[Zope3-checkins]
SVN: Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py
Correct docstrings; whitespace
Philipp von Weitershausen
philikon at philikon.de
Sun Feb 19 04:51:38 EST 2006
Log message for revision 41680:
Correct docstrings; whitespace
Changed:
UU Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py
-=-
Modified: Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py
===================================================================
--- Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py 2006-02-19 09:50:10 UTC (rev 41679)
+++ Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py 2006-02-19 09:51:38 UTC (rev 41680)
@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""`Rotterdam` skin package.
+"""``Rotterdam`` skin package.
$Id$
"""
@@ -20,11 +20,10 @@
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
class rotterdam(IBrowserRequest):
- """The `rotterdam` layer."""
+ """Layer for registering Rotterdam-specific macros."""
class Rotterdam(rotterdam, IDefaultBrowserLayer):
- """The `Rotterdam` skin.
+ """The ``Rotterdam`` skin.
- It is available via `++skin++zope.app.rotterdam.Rotterdam`.
+ It is available via ``++skin++Rotterdam``.
"""
-
Property changes on: Zope3/branches/philikon-simplify-skinning/src/zope/app/rotterdam/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
More information about the Zope3-Checkins
mailing list