summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 10:39:29 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 10:39:29 -0800
commitfd7d30744035466b8c8312451361ddbc9187449c (patch)
tree87d5b2a0fb2e726449d12db8828ed52594d993d3 /README.rst
parent7a8273b1bb4c7eb5e2c48b0da5239defa285438c (diff)
downloadnatsort-fd7d30744035466b8c8312451361ddbc9187449c.tar.gz
Rename "Examples" to "Quick Examples" in the README
This breaks a pair of ambiguous links.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c9c7d18..a88203d 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ Simple yet flexible natural sorting in Python.
- `API <https://natsort.readthedocs.io/en/master/api.html>`_
- `Quick Description`_
- - `Examples`_
+ - `Quick Examples`_
- `FAQ`_
- `Requirements`_
- `Optional Dependencies`_
@@ -97,8 +97,8 @@ variable, you must explicitly assign the output to a variable:
Please see `Generating a Reusable Sorting Key and Sorting In-Place`_ for
an alternate way to sort in-place naturally.
-Examples
---------
+Quick Examples
+--------------
- `Sorting Versions`_
- `Sorting by Real Numbers (i.e. Signed Floats)`_