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

Commit

Permalink
Trac #17693: minor language issues and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Sep 28, 2015
1 parent db042e0 commit bbe02ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/data_structures/mutable_poset.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class MutablePosetShell(SageObject):
- a ``'null'`` (an element smaller than each other element;
it has no predecessors) and
- a ``'oo'`` (an element larger than each other element;
- an ``'oo'`` (an element larger than each other element;
it has no successors).
EXAMPLES::
Expand Down Expand Up @@ -635,7 +635,7 @@ def eq(self, other):
.. NOTE::
This method compares the keys of the elements contained
in the (non-special) shells. In particlar,
in the (non-special) shells. In particular,
elements/shells with the same key are considered as equal.
.. SEEALSO::
Expand Down Expand Up @@ -3172,9 +3172,9 @@ def merge(self, key=None, reverse=False):
.. NOTE::
The motivation for such a merge behavior comes from
asymptotic expansions: `O(n^3)` is merges with, for
asymptotic expansions: `O(n^3)` merges with, for
example, `3n^2` or `O(n)` to `O(n^3)` (as `n` tends to
`\infty`; see :wikipedia:`Big_O_notation`)
`\infty`; see :wikipedia:`Big_O_notation`).
EXAMPLES::
Expand Down

0 comments on commit bbe02ef

Please sign in to comment.