summaryrefslogtreecommitdiff
path: root/libraries/zope.schema/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2010-12-18 00:02:46 -0200
committerRobby Workman <rworkman@slackbuilds.org>2010-12-20 22:44:02 -0600
commitc365ff6839e61e2731ca2564dd9e414178129288 (patch)
treea747d334a7030ed38cb7707433b8d2673f976396 /libraries/zope.schema/README
parentfbd9f01a09c9cd3a38e6df67f8edab4cfed0ab7a (diff)
downloadslackbuilds-c365ff6839e61e2731ca2564dd9e414178129288.tar.gz
libraries/zope.schema: Updated for version 3.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/zope.schema/README')
-rw-r--r--libraries/zope.schema/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/zope.schema/README b/libraries/zope.schema/README
index 31bf8dc176..fbd5f32dfc 100644
--- a/libraries/zope.schema/README
+++ b/libraries/zope.schema/README
@@ -1,6 +1,4 @@
-zope.schema (zope.interface extension for defining data schemas)
-
-Schemas extend the notion of interfaces to detailed descriptions of
+Zope Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods).
This requires zope.event and zope.interface.