This commit is contained in:
Georg Brandl 2010-11-12 08:29:27 +01:00
commit a1f633ee03
2 changed files with 3 additions and 1 deletions

View File

@ -17,3 +17,5 @@
~$
^utils/.*3\.py$
^distribute-
^tests/root/_build/*
^tests/root/generated/*

View File

@ -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