summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-26 23:53:03 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-26 23:53:03 +0100
commita735e9791e5f11cd761048fdd1ae664246221a0f (patch)
tree65065fc8155812a8bcd05cc7bc2d13254c96f506
parent805c9287f8099e6e30351ca9773ede9721b85120 (diff)
downloadtrollius-a735e9791e5f11cd761048fdd1ae664246221a0f.tar.gz
fix typo
-rw-r--r--asyncio/test_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asyncio/test_support.py b/asyncio/test_support.py
index 336f3ac..7a58cc0 100644
--- a/asyncio/test_support.py
+++ b/asyncio/test_support.py
@@ -1,5 +1,5 @@
# Subset of test.support from CPython 3.5, just what we need to run asyncio
-# test suite. The cde is copied from CPython 3.5 to not depend on the test
+# test suite. The code is copied from CPython 3.5 to not depend on the test
# module because it is rarely installed.
# Ignore symbol TEST_HOME_DIR: test_events works without it