Skip to content

Commit

Permalink
Merge pull request #170 from timgates42/bugfix_typo_truncated
Browse files Browse the repository at this point in the history
docs: fix simple typo, truncacted -> truncated
  • Loading branch information
GrahamDumpleton authored May 6, 2021
2 parents 2f5836f + f2e46f9 commit 0baff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapt/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# The dictionary registering any post import hooks to be triggered once
# the target module has been imported. Once a module has been imported
# and the hooks fired, the list of hooks recorded against the target
# module will be truncacted but the list left in the dictionary. This
# module will be truncated but the list left in the dictionary. This
# acts as a flag to indicate that the module had already been imported.

_post_import_hooks = {}
Expand Down

0 comments on commit 0baff1b

Please sign in to comment.