summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zope/browser/README.txt46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/zope/browser/README.txt b/src/zope/browser/README.txt
index 822f549..4db3d51 100644
--- a/src/zope/browser/README.txt
+++ b/src/zope/browser/README.txt
@@ -1,23 +1,23 @@
-======
-README
-======
-
-This package provides shared browser components for Zope 3.
-
-
-ITerms
-------
-
-The ITerms interface is used as a base for ISource widget implementations. This
-interfaces get used by zope.app.form and was initially defined in
-zope.app.form.browser.interfaces.py. This makes it impossible to use for other
-packages like z3c.form wihtout to depend on zope.app.form. Moving such base
-components or interfaces to zope.browser will make it possible to share such
-base components.
-
-There is not much we can test except that ITerms is importable and an interface:
-
- >>> import zope.interface
- >>> from zope.browser import interfaces
- >>> zope.interface.Interface.providedBy(interfaces.ITerms)
- True
+======
+README
+======
+
+This package provides shared browser components for Zope 3.
+
+
+ITerms
+------
+
+The ITerms interface is used as a base for ISource widget implementations. This
+interfaces get used by zope.app.form and was initially defined in
+zope.app.form.browser.interfaces.py. This makes it impossible to use for other
+packages like z3c.form wihtout to depend on zope.app.form. Moving such base
+components or interfaces to zope.browser will make it possible to share such
+base components.
+
+There is not much we can test except that ITerms is importable and an interface:
+
+ >>> import zope.interface
+ >>> from zope.browser import interfaces
+ >>> zope.interface.Interface.providedBy(interfaces.ITerms)
+ True