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

Commit

Permalink
trac #17540: write the default value at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Dec 24, 2014
1 parent d5dd205 commit 59f0435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/combinat/posets/posets.py
Expand Up @@ -2415,9 +2415,9 @@ def dimension(self, certificate=False):
INPUT:
- ``certificate`` (boolean) -- whether to return an integer (the
dimension) or a certificate, i.e. a smallest set of linear
extensions. Set to ``False`` by default.
- ``certificate`` (boolean; default:``False``) -- whether to return an
integer (the dimension) or a certificate, i.e. a smallest set of
linear extensions.
**Algorithm:**
Expand Down

0 comments on commit 59f0435

Please sign in to comment.