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

Commit 2d8b7c4

Browse files
committed
typo in docstring
1 parent 23352b2 commit 2d8b7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/subring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class SymbolicSubringFactory(UniqueFactory):
8585
8686
- ``rejecting_variables`` (default: ``None``) -- a tuple or other
8787
iterable of variables. If specified, then a symbolic subring of
88-
expressions in variables not distinct of these variables is
88+
expressions in variables distinct to these variables is
8989
created.
9090
9191
- ``only_constants`` (default: ``False``) -- a boolean. If set,

0 commit comments

Comments
 (0)