Skip to content

Commit 2a7f135

Browse files
Fix typos
1 parent 7fbf16d commit 2a7f135

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/source/_ext/libsemigroups_pybind11_extensions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ def no_doc_run(self):
9696
# replaced when the doc is built. It should be left empty.
9797
strings_replaced = set()
9898

99-
# TODO(0): I think we ought to be able to get rid of almost all of the entries
100-
# in the filloeing two dictionaries
99+
# TODO(0): I think that, if we change the order in which we bind the functions
100+
# and class, it should be possible to remove the need for the following two type
101+
# replacement dictionaries.
101102

102103
# This dictionary should be of the form "bad type" -> "good type", and
103104
# replacements will be performed globally. Hyperlinks will be added in the

src/action.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ of the strongly connected component containing ``self[pos]``.
407407
R"pbdoc(
408408
:sig=(self: Action, x: Point) -> Point:
409409
410-
Returns the root point of a strongly connected component containing an
410+
Returns the root point of a strongly connected component containing a
411411
``Point``.
412412
413413
:param x: the point whose root we want to find.

0 commit comments

Comments
 (0)