Fix typo in docstring from "interprete" to "interpret"

Change-Id: I931aa71dcf208a33ad8f48037b1296a4339e9b76
This commit is contained in:
Ha Van Tu
2016-09-21 12:14:13 +07:00
parent adf65f9f42
commit 9eeaa07188

View File

@@ -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