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

Commit c9b2428

Browse files
committedJan 23, 2016
improve language
1 parent 581f315 commit c9b2428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎src/sage/symbolic/subring.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class SymbolicSubringFactory(UniqueFactory):
107107
108108
INPUT:
109109
110-
Choose one of the following keywords to create a subring.
110+
Specify one of the following keywords to create a subring.
111111
112112
- ``accepting_variables`` (default: ``None``) -- a tuple or other
113113
iterable of variables. If specified, then a symbolic subring of
@@ -179,7 +179,7 @@ def create_key_and_extra_args(
179179
sage: SymbolicSubring.create_key_and_extra_args()
180180
Traceback (most recent call last):
181181
...
182-
ValueError: Cannot create a symbolic subring since nothing specified.
182+
ValueError: Cannot create a symbolic subring since nothing is specified.
183183
sage: SymbolicSubring.create_key_and_extra_args(
184184
....: accepting_variables=('a',), rejecting_variables=('r',))
185185
Traceback (most recent call last):
@@ -572,7 +572,7 @@ def merge(self, other):
572572

573573
def __eq__(self, other):
574574
r"""
575-
Return if this functor is equal to ``other``.
575+
Return whether this functor is equal to ``other``.
576576
577577
INPUT:
578578
@@ -594,7 +594,7 @@ def __eq__(self, other):
594594

595595
def __ne__(self, other):
596596
r"""
597-
Return if this functor is not equal to ``other``.
597+
Return whether this functor is not equal to ``other``.
598598
599599
INPUT:
600600

0 commit comments

Comments
 (0)
This repository has been archived.