summaryrefslogtreecommitdiff
path: root/tests/lib/test_constructor.py
diff options
context:
space:
mode:
authorThom Smith <thom@thomthesmith.com>2021-09-22 12:09:46 -0400
committerThom Smith <thom@thomthesmith.com>2021-09-22 12:09:46 -0400
commit568c7753a474e25805d938ade221a1e2663e41d6 (patch)
tree094fcd11e81268bdd6a04cefd07101ec8290d2f1 /tests/lib/test_constructor.py
parent4da9932c24ad7c124e301b6825dccc4ccd5b30bf (diff)
downloadpyyaml-git-fix-represent-enum.tar.gz
Reword commentfix-represent-enum
Diffstat (limited to 'tests/lib/test_constructor.py')
-rw-r--r--tests/lib/test_constructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_constructor.py b/tests/lib/test_constructor.py
index 0a0650b..28987d2 100644
--- a/tests/lib/test_constructor.py
+++ b/tests/lib/test_constructor.py
@@ -5,7 +5,7 @@ import pprint
import datetime
import yaml.tokens
-# Used in the construct-python-name-module test.
+# Import any packages here that need to be referenced in .code files.
import signal
def execute(code):