Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 3c7d5ae

Browse files
author
Travis Scrimshaw
committed
Missed a trailing whitespace.
1 parent 28ebb5b commit 3c7d5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/cluster_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def _repr_(self):
272272
"Cluster complex of type ['A', 2] with 5 vertices and 5 facets"
273273
"""
274274
name = self.__custom_name
275-
name += ( ' of type %s with %s vertices and %s facets'
275+
name += ( ' of type %s with %s vertices and %s facets'
276276
% (self.cartan_type(), self.vertices().dimension() + 1,
277277
len(self._facets)) )
278278
return name

0 commit comments

Comments
 (0)