Skip to content

Commit 375d295

Browse files
authored
Merge pull request #630 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 7e3880a + eaab763 commit 375d295

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)