diff --git a/README.md b/README.md index 3e15623..31c196e 100644 --- a/README.md +++ b/README.md @@ -978,9 +978,9 @@ pwd = Path() ``` ```python - = .resolve() # Makes path absolute. = str() # Returns path as string. = .parts # Returns all components as strings. + = .resolve() # Makes path absolute. ``` ```python