diff options
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r-- | Lib/subprocess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index c7e568fafe..f6d03f89a8 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -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 |