summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2016-05-08 01:06:46 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2016-05-08 01:06:46 -0700
commita501ddf6cfdbbf4e8e5d406c822aaeb4d8e777bb (patch)
tree3130199e276ee0f5d2e38b7c63420d06b45771cd
parentb8e7383bbad1b3b95ec5bcc6f69fd4ccba454d2f (diff)
downloadnatsort-develop.tar.gz
Missed backticks in README.develop
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0ad9898..5beccd9 100644
--- a/README.rst
+++ b/README.rst
@@ -89,7 +89,7 @@ Locale-Aware Sorting (or "Human Sorting")
This is where the non-numeric characters are ordered based on their meaning,
not on their ordinal value, and a locale-dependent thousands separator
is accounted for in the number.
-This can be achieved with the `humansorted`` function:
+This can be achieved with the ``humansorted`` function:
.. code-block:: python
@@ -108,7 +108,7 @@ This can be achieved with the `humansorted`` function:
You may find you need to explicitly set the locale to get this to work
(as shown in the example).
Please see http://pythonhosted.org/natsort/locale_issues.html and the Installation section
-below before using the `humansorted`` function.
+below before using the ``humansorted`` function.
Sorting Mixed Types
+++++++++++++++++++