summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-29 22:31:57 -0400
committerChris McDonough <chrism@plope.com>2013-08-29 22:31:57 -0400
commite744e9c33b076c9e078e0b8b53c600b6db46c831 (patch)
tree9bbf284cf8b207eefe77b8e33ed99db379e91411
parent67674f9609514dc80c15d617f71ef523a2377cfd (diff)
downloadpyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.tar.gz
pyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.tar.bz2
pyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.zip
fix name
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index b31edd0e3..0f3f9fa1e 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -757,7 +757,7 @@ class IResourceURL(Interface):
virtual_path_tuple = Attribute(
'The virtual url path of the resource as a tuple. (New in 1.5)'
)
- physical_path = Attribute(
+ physical_path_tuple = Attribute(
'The physical url path of the resource as a tuple. (New in 1.5)'
)