[Zope3-checkins] SVN: Zope3/trunk/src/zope/component/__init__.py
Fixed a typo.
Gintautas Miliauskas
gintas at pov.lt
Fri Jul 9 06:05:54 EDT 2004
Log message for revision 26277:
Fixed a typo.
-=-
Modified: Zope3/trunk/src/zope/component/__init__.py
===================================================================
--- Zope3/trunk/src/zope/component/__init__.py 2004-07-09 04:09:25 UTC (rev 26276)
+++ Zope3/trunk/src/zope/component/__init__.py 2004-07-09 10:05:53 UTC (rev 26277)
@@ -260,9 +260,9 @@
if not IInterface.providedBy(providing):
providing, context = context, providing
warnings.warn("Use getView(object, name, request,"
- " prodiving=Interface, context=Interface)"
+ " providing=Interface, context=Interface)"
" instead of getView(object, name, request,"
- " context=None, prodiving=Interface)",
+ " context=None, providing=Interface)",
DeprecationWarning, 2)
view = queryView(object, name, request, context=context,
providing=providing)
More information about the Zope3-Checkins
mailing list