[Zope3-checkins] CVS: Zope3/lib/python/Zope/Schema - IField.py:1.5

Florent Guillaume fg@nuxeo.com
Thu, 3 Oct 2002 15:44:57 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Schema
In directory cvs.zope.org:/tmp/cvs-serv23573/lib/python/Zope/Schema

Modified Files:
	IField.py 
Log Message:
Fixed pervasive it's/its grammatical error in comments or docstrings.


=== Zope3/lib/python/Zope/Schema/IField.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/Schema/IField.py:1.4	Wed Sep 18 11:05:51 2002
+++ Zope3/lib/python/Zope/Schema/IField.py	Thu Oct  3 15:44:26 2002
@@ -74,7 +74,7 @@
         description=u"""\
         The order attribute can be used to determine the order in
         which fields in a schema were defined. If one field is created
-        after another (in the same thread), it's order will be
+        after another (in the same thread), its order will be
         greater.
 
         (Fields in separate threads could have the same order.)