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

Commit

Permalink
typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 20, 2015
1 parent 23352b2 commit 2d8b7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/symbolic/subring.py
Expand Up @@ -85,7 +85,7 @@ class SymbolicSubringFactory(UniqueFactory):
- ``rejecting_variables`` (default: ``None``) -- a tuple or other
iterable of variables. If specified, then a symbolic subring of
expressions in variables not distinct of these variables is
expressions in variables distinct to these variables is
created.
- ``only_constants`` (default: ``False``) -- a boolean. If set,
Expand Down

0 comments on commit 2d8b7c4

Please sign in to comment.