Replace "NT path" with "Windows path"

This commit is contained in:
Antoine Pitrou 2013-11-19 16:40:46 +01:00
parent 00a5db2a5d
commit e02e097151
1 changed files with 3 additions and 3 deletions

View File

@ -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``