From 20f1a5802e582122fb3b6af81453f941f2d1149a Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sat, 25 Apr 2020 11:25:25 -0700 Subject: Fix typo in docs --- docs/howitworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1