Skip to content

Commit 376c32b

Browse files
authored
Merge pull request #135 from slel/patch-1
Update README.rst: fix typos
2 parents 290a430 + c42f942 commit 376c32b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. image:: https://readthedocs.org/projects/pathpy/badge/?version=latest
1010
:target: https://pathpy.readthedocs.io/en/latest/?badge=latest
1111

12-
``path.py`` implements a path objects as first-class entities, allowing
12+
``path.py`` implements path objects as first-class entities, allowing
1313
common operations on files to be invoked on those path objects directly. For
1414
example:
1515

@@ -22,12 +22,12 @@ example:
2222
2323
``path.py`` is `hosted at Github <https://github.com/jaraco/path.py>`_.
2424

25-
Find `the documentatation here <https://pathpy.readthedocs.io>`_.
25+
Find `the documentation here <https://pathpy.readthedocs.io>`_.
2626

2727
Guides and Testimonials
2828
=======================
2929

30-
Yasoob has written the Python 101 `Writing a Cleanup Script
30+
Yasoob wrote the Python 101 `Writing a Cleanup Script
3131
<http://freepythontips.wordpress.com/2014/01/23/python-101-writing-a-cleanup-script/>`_
3232
based on ``path.py``.
3333

@@ -61,13 +61,13 @@ has several advantages over ``pathlib``:
6161
objects may be passed directly to other APIs that expect simple
6262
text representations of paths, whereas with ``pathlib``, one
6363
must first cast values to strings before passing them to
64-
APIs unaware of pathlib.
64+
APIs unaware of ``pathlib``.
6565
- ``path.py`` goes beyond exposing basic functionality of a path
6666
and exposes commonly-used behaviors on a path, providing
6767
methods like ``rmtree`` (from shlib) and ``remove_p`` (remove
6868
a file if it exists).
6969
- As a PyPI-hosted package, ``path.py`` is free to iterate
70-
more quickly than a stdlib package. Contributions are welcomed
70+
faster than a stdlib package. Contributions are welcome
7171
and encouraged.
7272

7373
Alternatives
@@ -82,7 +82,7 @@ class, which shares some behaviors and interfaces with ``path.py``.
8282
Development
8383
===========
8484

85-
To install an in-development version, use the Github links to clone or
85+
To install a development version, use the Github links to clone or
8686
download a snapshot of the latest code. Alternatively, if you have git
8787
installed, you may be able to use ``pip`` to install directly from
8888
the repository::

0 commit comments

Comments
 (0)