Skip to content

Commit eaab763

Browse files
committed
docs: Fix a few typos
There are small typos in: - README.rst - docs/docs/period.md Fixes: - Should read `dependencies` rather than `depedendencies`. - Should read `compatibility` rather than `compatiblity`.
1 parent 7e3880a commit eaab763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Getting started
186186
---------------
187187

188188
To work on the Pendulum codebase, you'll want to clone the project locally
189-
and install the required depedendencies via `poetry <https://poetry.eustace.io>`_.
189+
and install the required dependencies via `poetry <https://poetry.eustace.io>`_.
190190

191191
.. code-block:: bash
192192

docs/docs/period.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ instances that generated it, so that it can give access to more methods and prop
2727
2 # 832 for the duration
2828

2929
# However the days property will still remain the same
30-
# to keep the compatiblity with the timedelta class
30+
# to keep the compatibility with the timedelta class
3131
>>> period.days
3232
5829
3333
```

0 commit comments

Comments
 (0)