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

Commit

Permalink
minor docstring rewriting of factory
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 20, 2015
1 parent 30f7058 commit a54b4af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/sage/symbolic/subring.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ class SymbolicSubringFactory(UniqueFactory):
INPUT:
Choose one of the following keywords to create a subring.
- ``accepting_variables`` (default: ``None``) -- a tuple or other
iterable of variables. If specified, then a symbolic subring of expressions
in only these variables is created.
iterable of variables. If specified, then a symbolic subring of
expressions in only these variables is created.
- ``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 created.
iterable of variables. If specified, then a symbolic subring of
expressions in variables not distinct of these variables is
created.
- ``only_constants`` (default: ``False``) -- a boolean. If set,
then a symbolic subring of constant expressions (i.e.,
Expand Down

0 comments on commit a54b4af

Please sign in to comment.