From 85a8629d2134969fc9c35b56509d3a76d9dccecf Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 17 Aug 2013 16:57:41 +0300 Subject: =?UTF-8?q?#18466:=20fix=20more=20typos.=20=20Patch=20by=20F=C3=A9?= =?UTF-8?q?vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/collections/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/collections') diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 254409b4f2..d737295dd1 100644 --- a/Lib/collections/__init__.py +++ b/Lib/collections/__init__.py @@ -375,7 +375,7 @@ def namedtuple(typename, field_names, verbose=False, rename=False): print(result._source) # For pickling to work, the __module__ variable needs to be set to the frame - # where the named tuple is created. Bypass this step in enviroments where + # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython). try: -- cgit v1.2.1