From e744e9c33b076c9e078e0b8b53c600b6db46c831 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 29 Aug 2013 22:31:57 -0400 Subject: fix name --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' ) -- cgit v1.2.3