Skip to content

Commit 6e05fb4

Browse files
Fix typo.
1 parent e39b7d6 commit 6e05fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,7 @@ def test_collections_abc_module_has_signatures(self):
58335833

58345834
def test_datetime_module_has_signatures(self):
58355835
# Only test if the C implementation is available.
5836-
support.import_module('_datetime')
5836+
import_helper.import_module('_datetime')
58375837
import datetime
58385838
no_signature = {'tzinfo'}
58395839
unsupported_signature = {'timezone'}

0 commit comments

Comments
 (0)