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

Commit

Permalink
Fixed extra spaces in named parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
deinst committed Jul 12, 2018
1 parent d061ea0 commit 3658311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/posets/posets.py
Expand Up @@ -5182,7 +5182,7 @@ def with_bounds(self, labels=('bottom', 'top')):
sage: P.with_bounds()
Finite lattice containing 7 elements
sage: P = posets.PentagonPoset(facade = False)
sage: P = posets.PentagonPoset(facade=False)
sage: P.with_bounds()
Finite lattice containing 7 elements
Expand Down

0 comments on commit 3658311

Please sign in to comment.