[views] fix typo (invalid format character) in deprecation warning stable
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 14 Jan 2011 08:10:01 +0100
branchstable
changeset 6823 dc4693820fc7
parent 6821 945fce560757
child 6824 026581ea2b16
child 6825 5ac338bc2133
[views] fix typo (invalid format character) in deprecation warning
web/views/idownloadable.py
--- a/web/views/idownloadable.py	Thu Jan 13 19:23:00 2011 +0100
+++ b/web/views/idownloadable.py	Fri Jan 14 08:10:01 2011 +0100
@@ -172,7 +172,7 @@
 
 IDownloadableLineView = class_renamed(
     'IDownloadableLineView', IDownloadableOneLineView,
-    '[3.10] IDownloadableLineView is deprecated, use %IDownloadableOneLineView')
+    '[3.10] IDownloadableLineView is deprecated, use IDownloadableOneLineView')
 
 
 class AbstractEmbeddedView(EntityView):