Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3279b5d

Browse files
committed
Merged revisions 59423-59440 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r59427 | georg.brandl | 2007-12-08 18:56:07 +0100 (Sat, 08 Dec 2007) | 2 lines Adapt style. ........ r59435 | brett.cannon | 2007-12-09 06:09:37 +0100 (Sun, 09 Dec 2007) | 2 lines Use a versionchanged directive. ........ r59436 | georg.brandl | 2007-12-09 09:54:02 +0100 (Sun, 09 Dec 2007) | 2 lines #1575: the Mac readme is now one level up. ........ r59437 | georg.brandl | 2007-12-09 09:59:45 +0100 (Sun, 09 Dec 2007) | 2 lines Remove all tabs in that file. ........
1 parent cc595bd commit 3279b5d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Glossary
5656
it's almost certain you can safely ignore them.
5757

5858
context manager
59-
Objects which control the environment seen in a :keyword:`with`
59+
An objects that controls the environment seen in a :keyword:`with`
6060
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
6161
See :pep:`343`.
6262

Doc/library/warnings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ Available Functions
198198

199199
*module_globals*, if supplied, should be the global namespace in use by the code
200200
for which the warning is issued. (This argument is used to support displaying
201-
source for modules found in zipfiles or other non-filesystem import sources, and
202-
was added in Python 2.5.)
201+
source for modules found in zipfiles or other non-filesystem import
202+
sources).
203203

204204

205205
.. function:: showwarning(message, category, filename, lineno[, file])

0 commit comments

Comments
 (0)