From 67ff3650d4eb310f7bac35e021698c834c9ae6af Mon Sep 17 00:00:00 2001
From: Scott Kitterman <kitterma@dell-desktop>
Date: Fri, 11 Jun 2010 08:59:00 -0400
Subject: [PATCH] Nit to make python-policy language more pythonic.

---
 debian/python-policy.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml
index 5eba038..b7a4162 100644
--- a/debian/python-policy.sgml
+++ b/debian/python-policy.sgml
@@ -416,7 +416,7 @@
 	  Such a package should support the current Debian Python version,
 	  and more if possible (there are several tools to help implement
 	  this, see <ref id="packaging_tools">). For example, if Python 2.3,
-	  2.4, and 2.5 are supported, the Python command
+	  2.4, and 2.5 are supported, the Python statement
 	  <example>
 import foo
 	  </example>
-- 
GitLab