summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2021-10-11 17:19:12 +0200
committerGitHub <noreply@github.com>2021-10-11 17:19:12 +0200
commitf64b26c907b227d64b6d8e9cfde4e4935dcca8fd (patch)
treecb310784cd930cdd64f21c615e3496fc98bcfb25
parent739f8b2d4f1792de15dc794087b4c91947946d25 (diff)
downloadzope-schema-jugmac00-patch-1.tar.gz
-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.