Fixed error in comment.

This commit is contained in:
Eric Traut 2020-01-02 01:39:45 -07:00
parent a25e832ad4
commit b039f6c118

View File

@ -1,6 +1,6 @@
# This sample tests support for PEP 562's __getattr__ function.
# This should not generate an error because import9 has
# This should not generate an error because import8 has
# a __getattr__ method.
from .import8 import foo