[Python-checkins] Fix spelling typo (GH-6443) (GH-6507)

Ned Deily webhook-mailer at python.org
Tue Apr 17 11:40:56 EDT 2018


https://github.com/python/cpython/commit/ed1265526f01e8d968ed478a877ba0cabf6e7f72
commit: ed1265526f01e8d968ed478a877ba0cabf6e7f72
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Ned Deily <nad at python.org>
date: 2018年04月17日T11:40:48-04:00
summary:
Fix spelling typo (GH-6443) (GH-6507)
(cherry picked from commit 28e8b66d6c632552765b5fb4573b7f3c9decc3c1)
Co-authored-by: jdemeyer <jdemeyer at cage.ugent.be>
files:
M Lib/test/support/__init__.py
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
index 16cee96108a3..2389d58d706e 100644
--- a/Lib/test/support/__init__.py
+++ b/Lib/test/support/__init__.py
@@ -2473,7 +2473,7 @@ def check__all__(test_case, module, name_of_module=None, extra=(),
 
 The 'extra' argument can be a set of names that wouldn't otherwise be
 automatically detected as "public", like objects without a proper
- '__module__' attriubute. If provided, it will be added to the
+ '__module__' attribute. If provided, it will be added to the
 automatically detected ones.
 
 The 'blacklist' argument can be a set of names that must not be treated


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /