Skip to content

Commit

Permalink
Fixed a typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 6, 2019
1 parent d1f2412 commit b622872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Using the import hook
---------------------

The import hook, when active, automatically decorates all type annotated functions with
``@typechecked``. This allows for a noninvasive method of run time tyoe checking. This method does
``@typechecked``. This allows for a noninvasive method of run time type checking. This method does
not modify the source code on disk, but instead modifies its AST (Abstract Syntax Tree) when the
module is loaded.

Expand Down

0 comments on commit b622872

Please sign in to comment.