summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr.rst b/docs/narr.rst
index b1a3f2c..1c9c6bd 100644
--- a/docs/narr.rst
+++ b/docs/narr.rst
@@ -11,7 +11,7 @@ project. It is maintained by the* `Zope Toolkit project <http://docs.zope.org/zo
Schemas extend the notion of interfaces to detailed descriptions of Attributes
(but not methods). Every schema is an interface and specifies the public
fields of an object. A *field* roughly corresponds to an attribute of a
-python object. But a Field provides space for at least a title and a
+Python object. But a Field provides space for at least a title and a
description. It can also constrain its value and provide a validation method.
Besides you can optionally specify characteristics such as its value being
read-only or not required.