diff --git a/README.md b/README.md index a44e64e..21a8dda 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() # Returns absolute path. + = .resolve() # Returns absolute path without symlinks. ``` ```python