From 9eeaa07188cc12d402adbbb7976da135288c1bc7 Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Wed, 21 Sep 2016 12:14:13 +0700 Subject: [PATCH] Fix typo in docstring from "interprete" to "interpret" Change-Id: I931aa71dcf208a33ad8f48037b1296a4339e9b76 --- watcher/doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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