diff --git a/watcher/doc.py b/watcher/doc.py index 63b096a89..ceb88af01 100644 --- a/watcher/doc.py +++ b/watcher/doc.py @@ -75,7 +75,7 @@ class WatcherTerm(BaseWatcherDirective): # Inside your .rst file .. watcher-term:: import.path.to.your.DocumentedObject - This directive will then import the docstring and then interprete it. + This directive will then import the docstring and then interpret it. """ # You need to put an import path as an argument for this directive to work