Skip to content

Commit a64ccd6

Browse files
committed
one more dot
1 parent e146f6a commit a64ccd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_lazy_self_referential_modules(self):
195195
sys.modules['json'] = module
196196
loader.exec_module(module)
197197

198-
# Trigger load with attribute lookup, ensure expected behavior
198+
# Trigger load with attribute lookup, ensure expected behavior.
199199
test_load = module.loads('{}')
200200
self.assertEqual(test_load, {})
201201

0 commit comments

Comments
 (0)