diff options
-rw-r--r-- | .hgignore | 2 | ||||
-rw-r--r-- | doc/markup/para.rst | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |