diff --git a/README.md b/README.md index c397193..396065f 100644 --- a/README.md +++ b/README.md @@ -207,10 +207,10 @@ String = .index() # Returns first index of substring. ``` -### Ord +### Char ```python - = chr() # Converts int to unicode char. - = ord() # Converts unicode char to int. + = chr() # Converts int to unicode char. + = ord() # Converts unicode char to int. ``` ```python