diff --git a/README.md b/README.md index 8d933f5..e304ded 100644 --- a/README.md +++ b/README.md @@ -978,8 +978,8 @@ pwd = Path() ```python = .glob('') # Returns all matches. - = .resolve() # Makes path absolute. = .open() # Opens file. + = .resolve() # Makes path absolute. ``` ```python