diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-29 22:31:57 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-29 22:31:57 -0400 |
| commit | e744e9c33b076c9e078e0b8b53c600b6db46c831 (patch) | |
| tree | 9bbf284cf8b207eefe77b8e33ed99db379e91411 | |
| parent | 67674f9609514dc80c15d617f71ef523a2377cfd (diff) | |
| download | pyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.tar.gz pyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.tar.bz2 pyramid-e744e9c33b076c9e078e0b8b53c600b6db46c831.zip | |
fix name
| -rw-r--r-- | pyramid/interfaces.py | 2 |
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)' ) |
