Skip to content

Commit

Permalink
Fix indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 21, 2020
1 parent 82b9e92 commit d02b76d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/extending.rst
Expand Up @@ -66,12 +66,12 @@ At the moment, the best workaround is to hold your nose, write a fake mypy plugi
attr_attrib_makers.add("my_module.method_looks_like_attrib")

class MyPlugin(Plugin):
# Our plugin does nothing but it has to exist so this file gets loaded.
pass
# Our plugin does nothing but it has to exist so this file gets loaded.
pass


def plugin(version):
return MyPlugin
return MyPlugin


Then tell mypy about your plugin using your project's ``mypy.ini``:
Expand Down

0 comments on commit d02b76d

Please sign in to comment.