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

This commit is contained in:
Jenkins 2016-09-21 14:11:28 +00:00 committed by Gerrit Code Review
commit 35a1ee7670

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