diff --git a/README.md b/README.md index 13da87c..3ea6fb4 100644 --- a/README.md +++ b/README.md @@ -205,8 +205,8 @@ is_function = callable() String ------ ```python - = .strip() # Strips all whitespace characters. - = .strip('') # Strips all passed characters. + = .strip() # Strips all whitespace characters. + = .strip('') # Strips all passed characters. ``` ```python