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.
|
||||
|
||||
* a path class is of a given flavour according to the kind of operating
|
||||
system paths it represents. `pathlib`_ implements two flavours: NT paths
|
||||
for the filesystem semantics embodied in Windows systems, POSIX paths for
|
||||
other systems (``os.name``'s terminology is re-used here).
|
||||
system paths it represents. `pathlib`_ implements two flavours: Windows
|
||||
paths for the filesystem semantics embodied in Windows systems, POSIX
|
||||
paths for other systems.
|
||||
|
||||
Any pure class can be instantiated on any system: for example, you can
|
||||
manipulate ``PurePosixPath`` objects under Windows, ``PureWindowsPath``
|
||||
|
|
Loading…
Reference in New Issue