From a2a8efeff11fc9701447186e00d57d9ca6828cf3 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Sun, 17 Mar 2013 21:41:07 -0700 Subject: [PATCH] Clean up whitespace. --- docs/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index 6ad37cf..b09e814 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -829,7 +829,7 @@ then the next deepest, and so on. For example: id='a2', ) c = colander.SchemaNode( - colander.String(), + colander.String(), id='c2', ) e = colander.SchemaNode( @@ -887,7 +887,7 @@ Multiple inheritance works the same way: id='a2', ) c = colander.SchemaNode( - colander.String(), + colander.String(), id='c2', ) e = colander.SchemaNode(