Skip to content

Commit 315ba59

Browse files
committed
File
1 parent e173340 commit 315ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ cwd = Path()
11441144
```python
11451145
<str> = str(<Path>) # Returns path as a string.
11461146
<tup.> = <Path>.parts # Returns all components as strings.
1147-
<Path> = <Path>.resolve() # Returns absolute path without symlinks.
1147+
<Path> = <Path>.resolve() # Returns absolute Path without symlinks.
11481148
```
11491149

11501150
```python

0 commit comments

Comments
 (0)