Replace "NT path" with "Windows path"
This commit is contained in:
parent
00a5db2a5d
commit
e02e097151
|
@ -127,9 +127,9 @@ This hierarchy divides path classes along two dimensions:
|
||||||
of pure classes, plus operations that do I/O.
|
of pure classes, plus operations that do I/O.
|
||||||
|
|
||||||
* a path class is of a given flavour according to the kind of operating
|
* a path class is of a given flavour according to the kind of operating
|
||||||
system paths it represents. `pathlib`_ implements two flavours: NT paths
|
system paths it represents. `pathlib`_ implements two flavours: Windows
|
||||||
for the filesystem semantics embodied in Windows systems, POSIX paths for
|
paths for the filesystem semantics embodied in Windows systems, POSIX
|
||||||
other systems (``os.name``'s terminology is re-used here).
|
paths for other systems.
|
||||||
|
|
||||||
Any pure class can be instantiated on any system: for example, you can
|
Any pure class can be instantiated on any system: for example, you can
|
||||||
manipulate ``PurePosixPath`` objects under Windows, ``PureWindowsPath``
|
manipulate ``PurePosixPath`` objects under Windows, ``PureWindowsPath``
|
||||||
|
|
Loading…
Reference in New Issue