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

Commit

Permalink
fix docbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Aug 25, 2021
1 parent 712f926 commit 97060e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/symbolic/comparison_impl.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ cpdef mixed_sorted(expressions):
In the list the numeric values are sorted by ascending (real) value,
and the expressions with variables according to print order.
If an entry does not
If an entry does not
define a real value (or plus/minus infinity), or if the comparison
is not known, a ``ValueError`` is raised.
Expand Down
2 changes: 1 addition & 1 deletion src/sage/symbolic/pynac_function_impl.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cpdef call_registered_function(unsigned serial,
- ``nargs`` - declared number of args (0 is variadic)
- ``args`` - a list of :class:`Expression`s
- ``args`` - a list of :class:`Expression` (Expression's)
- ``hold`` - whether to leave the call unevaluated
Expand Down

0 comments on commit 97060e9

Please sign in to comment.