mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
@ -177,7 +177,7 @@ def splitunc(p):
|
|||
Return a 2-tuple (unc, rest); either part may be empty.
|
||||
If unc is not empty, it has the form '//host/mount' (or similar
|
||||
using backslashes). unc+rest is always the input path.
|
||||
Paths containing drive letters never have an UNC part.
|
||||
Paths containing drive letters never have a UNC part.
|
||||
"""
|
||||
import warnings
|
||||
warnings.warn("ntpath.splitunc is deprecated, use ntpath.splitdrive instead",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue