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

Commit

Permalink
Trac #17693: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Sep 29, 2015
1 parent 4e73b45 commit e8d8d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/data_structures/mutable_poset.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def lower_covers(self, shell, reverse=False):
INPUT:
- ``shell`` -- the shell for which to find the covering shells.
There is no restrition of ``shell`` being contained in the poset.
There is no restriction of ``shell`` being contained in the poset.
If ``shell`` is contained in the poset, then use the more efficient
methods :meth:`predecessors` and :meth:`successors`.
Expand Down Expand Up @@ -840,7 +840,7 @@ def upper_covers(self, shell, reverse=False):
INPUT:
- ``shell`` -- the shell for which to find the covering shells.
There is no restrition of ``shell`` being contained in the poset.
There is no restriction of ``shell`` being contained in the poset.
If ``shell`` is contained in the poset, then use the more efficient
methods :meth:`predecessors` and :meth:`successors`.
Expand Down

0 comments on commit e8d8d2c

Please sign in to comment.