summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore2
-rw-r--r--doc/markup/para.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index b68cccf91..45ecebc31 100644
--- a/.hgignore
+++ b/.hgignore
@@ -17,3 +17,5 @@
~$
^utils/.*3\.py$
^distribute-
+^tests/root/_build/*
+^tests/root/generated/*
diff --git a/doc/markup/para.rst b/doc/markup/para.rst
index 42bcc33cc..302d9c1ba 100644
--- a/doc/markup/para.rst
+++ b/doc/markup/para.rst
@@ -52,7 +52,7 @@ units as well as normal text:
Similar to :rst:dir:`versionadded`, but describes when and what changed in
the named feature in some way (new parameters, changed side effects, etc.).
-.. rst:directive:: .. deprecated:: vesion
+.. rst:directive:: .. deprecated:: version
Similar to :rst:dir:`versionchanged`, but describes when the feature was
deprecated. An explanation can also be given, for example to inform the