summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 18:51:20 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 18:51:20 -0500
commit613242ddd31d0a74ecaa92ea23c696b3858b076d (patch)
tree18e2dd5ed48e9c98656f25289670e688744e2ac4
parentcdc6d41ee6a6079b268d6dec33acd9313e770aa3 (diff)
downloadpyramid-613242ddd31d0a74ecaa92ea23c696b3858b076d.tar.gz
pyramid-613242ddd31d0a74ecaa92ea23c696b3858b076d.tar.bz2
pyramid-613242ddd31d0a74ecaa92ea23c696b3858b076d.zip
use note instead of warning
-rw-r--r--pyramid/path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/path.py b/pyramid/path.py
index bf0aac2f4..8a8898174 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`.
- .. warning:: This API is new as of Pyramid 1.3.
+ .. note:: This API is new as of Pyramid 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.
- .. warning:: This API is new as of Pyramid 1.3.
+ .. note:: This API is new as of Pyramid 1.3.
The constructor accepts a single argument named ``package`` which may be
any of: