summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-05-18 17:43:21 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-05-18 17:43:21 -0700
commitd77fe4ee4b55d48803fa05a9d1735e6df5fb2b34 (patch)
tree6ccba7fc95ceca7ce3cdb75fdc214bdf35ddf009 /docs
parent4de3b02082e64dcdd61703e1f47b4c6fc8ff0038 (diff)
downloadnatsort-d77fe4ee4b55d48803fa05a9d1735e6df5fb2b34.tar.gz
Fixed grammar mistakes in documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changelog.rst2
-rw-r--r--docs/source/examples.rst4
-rw-r--r--docs/source/intro.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index 834373a..bc636a9 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -8,7 +8,7 @@ Changelog
- Made default behavior of 'natsort' search for unsigned ints,
rather than signed floats. This is a backwards-incompatible
- change but in 99% of use cases it should not required any
+ change but in 99% of use cases it should not require any
end-user changes.
- Improved handling of locale-aware sorting on systems where the
underlying locale library is broken.
diff --git a/docs/source/examples.rst b/docs/source/examples.rst
index 02783f4..9af3142 100644
--- a/docs/source/examples.rst
+++ b/docs/source/examples.rst
@@ -113,11 +113,11 @@ If you have problems with ``ns.LOCALE`` (or :func:`~humansorted`),
especially on BSD-based systems, you can try the following:
1. Use "\*.ISO8859-1" locale (i.e. 'en_US.ISO8859-1') rather than "\*.UTF-8"
- encoding. These encodings do not suffer from as many problems as "UTF-8"
+ locale. These locales do not suffer from as many problems as "UTF-8"
and thus should give expected results.
2. Use `PyICU <https://pypi.python.org/pypi/PyICU>`_. If
`PyICU <https://pypi.python.org/pypi/PyICU>`_ is installed, ``natsort``
- will use it under the hood if it is installed; this will give more
+ will use it under the hood; this will give more
reliable cross-platform results in the long run. ``natsort`` will not
require (or check) that `PyICU <https://pypi.python.org/pypi/PyICU>`_
is installed at installation. Please visit
diff --git a/docs/source/intro.rst b/docs/source/intro.rst
index eeed041..17c6975 100644
--- a/docs/source/intro.rst
+++ b/docs/source/intro.rst
@@ -177,11 +177,11 @@ used for the ``ns.LOCALE`` option and ``humansorted`` function.. To remedy this,
one can
1. Use "\*.ISO8859-1" locale (i.e. 'en_US.ISO8859-1') rather than "\*.UTF-8"
- encoding. These encodings do not suffer from as many problems as "UTF-8"
+ locale. These locales do not suffer from as many problems as "UTF-8"
and thus should give expected results.
2. Use `PyICU <https://pypi.python.org/pypi/PyICU>`_. If
`PyICU <https://pypi.python.org/pypi/PyICU>`_ is installed, ``natsort``
- will use it under the hood if it is installed; this will give more
+ will use it under the hood; this will give more
reliable cross-platform results in the long run. ``natsort`` will not
require (or check) that `PyICU <https://pypi.python.org/pypi/PyICU>`_
is installed at installation. Please visit