diff options
| -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)' ) |
