DOC: Misc spell corrections

This commit is contained in:
Pratap Vardhan
2014-12-16 11:41:24 +05:30
parent b890698292
commit b72a960670
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def doctest_skip_parser(func):
>>> something + else
>>> something # skip if HAVE_BMODULE
This decorator will evaluate the expresssion after ``skip if``. If this
This decorator will evaluate the expression after ``skip if``. If this
evaluates to True, then the comment is replaced by ``# doctest: +SKIP``. If
False, then the comment is just removed. The expression is evaluated in the
``globals`` scope of `func`.