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

Commit

Permalink
fix a few "::" in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Sep 26, 2016
1 parent 08463b9 commit 54cc3ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/interfaces/fricas.py
Expand Up @@ -560,7 +560,7 @@ def get_string(self, var):
"""Return the value of a FriCAS string as a string, without checking
that it is a string.
TESTS::
TESTS:
We test that strings are returned properly::
Expand Down Expand Up @@ -606,7 +606,7 @@ def get_boolean(self, var):
def get_unparsed_InputForm(self, var):
"""Return the unparsed InputForm as a string.
TODO::
.. TODO::
- catch errors, especially when InputForm is not available:
Expand All @@ -616,7 +616,7 @@ def get_unparsed_InputForm(self, var):
- should we provide workarounds, too?
TESTS:
TESTS::
sage: fricas.get_unparsed_InputForm('1..3') # optional - fricas
'1..3$Segment(Integer())'
Expand Down

0 comments on commit 54cc3ef

Please sign in to comment.