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

Commit d7d4234

Browse files
author
Matthias Koeppe
committed
Add '# optional - polymake'
1 parent 7bcc04c commit d7d4234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/interfaces/polymake.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,14 @@ def _read_in_file_command(self, filename):
394394
395395
Force use of file::
396396
397-
sage: L = polymake([42] * 400)
398-
sage: len(L)
397+
sage: L = polymake([42] * 400) # optional - polymake
398+
sage: len(L) # optional - polymake
399399
400
400400
401401
Just below standard file cutoff of 1024::
402402
403-
sage: L = polymake([42] * 84)
404-
sage: len(L)
403+
sage: L = polymake([42] * 84) # optional - polymake
404+
sage: len(L) # optional - polymake
405405
84
406406
407407
"""

0 commit comments

Comments
 (0)