From a501ddf6cfdbbf4e8e5d406c822aaeb4d8e777bb Mon Sep 17 00:00:00 2001 From: Seth M Morton Date: Sun, 8 May 2016 01:06:46 -0700 Subject: Missed backticks in README. --- README.rst | 4 ++-- 1 file 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 +++++++++++++++++++ -- cgit v1.2.1