From 018d5399bb2984c1838e04aad05dba237c4786e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 30 Nov 2018 21:27:58 +0100 Subject: [PATCH] Chr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70872bb..b8997df 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,8 @@ 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. + = chr() # Converts int to unicode char. + = ord() # Converts unicode char to int. ``` ### Print