Fix typo in docstring for imports.py

This commit is contained in:
Anton Zub
2018-02-03 07:58:05 +02:00
committed by Dave Halter
parent 8028138e8c
commit c2bb795151

View File

@@ -9,7 +9,7 @@ This module uses imp for python up to 3.2 and importlib for python 3.3 on; the
correct implementation is delegated to _compatibility.
This module also supports import autocompletion, which means to complete
statements like ``from datetim`` (curser at the end would return ``datetime``).
statements like ``from datetim`` (cursor at the end would return ``datetime``).
"""
import os