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

Commit

Permalink
Add '# optional - polymake'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 1, 2017
1 parent 7bcc04c commit d7d4234
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/interfaces/polymake.py
Expand Up @@ -394,14 +394,14 @@ def _read_in_file_command(self, filename):
Force use of file::
sage: L = polymake([42] * 400)
sage: len(L)
sage: L = polymake([42] * 400) # optional - polymake
sage: len(L) # optional - polymake
400
Just below standard file cutoff of 1024::
sage: L = polymake([42] * 84)
sage: len(L)
sage: L = polymake([42] * 84) # optional - polymake
sage: len(L) # optional - polymake
84
"""
Expand Down

0 comments on commit d7d4234

Please sign in to comment.