summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-25 08:21:44 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-25 08:21:44 +0200
commitd633c8e8508b8d77c9bec506d60bc4b908c06ce6 (patch)
treec28dcb92d05c8325f987cc16c46eb6878edb6f8f
parentf9bb5acdef3322e549512ad721b2c351c0064e71 (diff)
downloadpyramid-d633c8e8508b8d77c9bec506d60bc4b908c06ce6.tar.gz
pyramid-d633c8e8508b8d77c9bec506d60bc4b908c06ce6.tar.bz2
pyramid-d633c8e8508b8d77c9bec506d60bc4b908c06ce6.zip
replace 'note' with 'versionadded'
-rw-r--r--pyramid/path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/path.py b/pyramid/path.py
index e9c63a365..8d05a8ba2 100644
--- a/pyramid/path.py
+++ b/pyramid/path.py
@@ -114,7 +114,7 @@ class AssetResolver(Resolver):
""" A class used to resolve an :term:`asset specification` to an
:term:`asset descriptor`.
- .. note:: This API is new as of Pyramid 1.3.
+ .. versionadded:: 1.3
The constructor accepts a single argument named ``package`` which may be
any of:
@@ -209,7 +209,7 @@ class DottedNameResolver(Resolver):
""" A class used to resolve a :term:`dotted Python name` to a package or
module object.
- .. note:: This API is new as of Pyramid 1.3.
+ .. versionadded:: 1.3
The constructor accepts a single argument named ``package`` which may be
any of: