From da525f640f9496eff78de52d810cccec9d7f68a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 8 Dec 2018 08:44:28 +0100 Subject: [PATCH] Ord --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9281d67..f3e6626 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,6 @@ String = .endswith() # Pass tuple of strings for multiple options. = .isnumeric() # True if str contains only numeric characters. = .index() # Returns first index of substring. - = chr() # Converts int to unicode char. - = ord() # Converts unicode char to int. ``` ### Ord