summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-04-25 11:25:25 -0700
committerSeth Morton <seth.m.morton@gmail.com>2020-04-25 11:25:25 -0700
commit20f1a5802e582122fb3b6af81453f941f2d1149a (patch)
tree13e5ee65614e308ee5d3f168049d590fa6706e31 /docs
parentbda21a8a3e67702e546e64b838ca9a75dd439089 (diff)
downloadnatsort-20f1a5802e582122fb3b6af81453f941f2d1149a.tar.gz
Fix typo in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/howitworks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howitworks.rst b/docs/howitworks.rst
index c2aec9a..31f4f7d 100644
--- a/docs/howitworks.rst
+++ b/docs/howitworks.rst
@@ -64,7 +64,7 @@ transformation and then Python will handle the rest.
When Python compares the two, it roughly follows the below logic:
-k::
+::
2 <=> 2 ==> equal, so keep going
' ft ' <=> ' ft ' ==> a string is a special type of sequence - evaluate each character individually