Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ac8aa7 + 8ad751e commit 8d0c478Copy full SHA for 8d0c478
1 file changed
Doc/library/pathlib.rst
@@ -106,8 +106,8 @@ we also call *flavours*:
106
>>> PurePath('setup.py') # Running on a Unix machine
107
PurePosixPath('setup.py')
108
109
- Each element of *pathsegments* can be either a string or bytes object
110
- representing a path segment; it can also be another path object::
+ Each element of *pathsegments* can be either a string representing a
+ path segment, or another path object::
111
112
>>> PurePath('foo', 'some/path', 'bar')
113
PurePosixPath('foo/some/path/bar')
0 commit comments