diff --git a/README.md b/README.md index c775011..a44e64e 100644 --- a/README.md +++ b/README.md @@ -986,7 +986,7 @@ pwd = Path() ```python = str() # Returns path as string. = .parts # Returns all components as strings. - = .resolve() # Makes path absolute. + = .resolve() # Returns absolute path. ``` ```python