Skip to content

Commit 04bed4d

Browse files
authored
Merge pull request #132 from timgates42/bugfix/typo_objects
Fix small typo: ojbects -> objects
2 parents 626ed57 + 8163c42 commit 04bed4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/performance-load.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Deleting objects at random using :func:`SortedList.__delitem__`.
7777
__getitem__
7878
...........
7979

80-
Retrieving ojbects by index using :func:`SortedList.__getitem__`.
80+
Retrieving objects by index using :func:`SortedList.__getitem__`.
8181

8282
.. image:: _static/SortedList_load-getitem.png
8383

docs/performance-runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Deleting objects at random using :func:`SortedList.__delitem__`.
7373
__getitem__
7474
...........
7575

76-
Retrieving ojbects by index using :func:`SortedList.__getitem__`.
76+
Retrieving objects by index using :func:`SortedList.__getitem__`.
7777

7878
.. image:: _static/SortedList_runtime-getitem.png
7979

0 commit comments

Comments
 (0)