From 9478206d32002c9c0f1dcff4890dd1eda2aeeea3 Mon Sep 17 00:00:00 2001
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Date: Tue, 15 May 2001 13:28:56 +0000
Subject: [PATCH] Fix small thinko.

---
 src/interfaces/python/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/python/README b/src/interfaces/python/README
index 0a22e9752b2..0aae21c83ba 100644
--- a/src/interfaces/python/README
+++ b/src/interfaces/python/README
@@ -548,7 +548,7 @@ methods are specified by the tag [LO].
       pg.error       - invalid previous result, or invalid connection
     Description:
       This method allows to find a field name from its rank number. It can be 
-      useful for displaying a result. The fields are in the same order than the
+      useful for displaying a result. The fields are in the same order as the
       result values.
 
     Syntax: fieldnum(name)
-- 
GitLab