mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -751,7 +751,7 @@ class Popen(object):
|
|||
@property
|
||||
def universal_newlines(self):
|
||||
# universal_newlines as retained as an alias of text_mode for API
|
||||
# compatability. bpo-31756
|
||||
# compatibility. bpo-31756
|
||||
return self.text_mode
|
||||
|
||||
@universal_newlines.setter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue