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

Commit

Permalink
adjust doctest because of upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Jun 1, 2015
1 parent 52ccd47 commit 557badf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/symbolic/pynac.pyx
Expand Up @@ -232,7 +232,7 @@ cdef public int py_get_ginac_serial():
EXAMPLES::
sage: from sage.symbolic.pynac import get_ginac_serial
sage: get_ginac_serial() >= 40
sage: get_ginac_serial() >= 35
True
"""
global GINAC_FN_SERIAL
Expand All @@ -244,7 +244,7 @@ def get_ginac_serial():
EXAMPLES::
sage: sage.symbolic.pynac.get_ginac_serial() >= 40
sage: sage.symbolic.pynac.get_ginac_serial() >= 35
True
"""
return py_get_ginac_serial()
Expand All @@ -264,7 +264,7 @@ def get_fn_serial():
sage: from sage.symbolic.pynac import get_fn_serial
sage: from sage.symbolic.function import get_sfunction_from_serial
sage: get_fn_serial() > 125
sage: get_fn_serial() > 120
True
sage: print get_sfunction_from_serial(get_fn_serial())
None
Expand Down

0 comments on commit 557badf

Please sign in to comment.