From a5293b4ff2c1b5446947b4986f98ecf5d52432d4 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 5 Nov 2017 07:37:50 -0600 Subject: Fix miscellaneous typos (#4275) --- Lib/subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/subprocess.py') 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 -- cgit v1.2.1