[Checkins] SVN: zc.sshtunnel/trunk/setup.py fix typo

Fred L. Drake, Jr. fdrake at gmail.com
Mon Feb 26 14:39:38 EST 2007


Log message for revision 72835:
  fix typo

Changed:
  U   zc.sshtunnel/trunk/setup.py

-=-
Modified: zc.sshtunnel/trunk/setup.py
===================================================================
--- zc.sshtunnel/trunk/setup.py	2007-02-26 18:58:22 UTC (rev 72834)
+++ zc.sshtunnel/trunk/setup.py	2007-02-26 19:39:38 UTC (rev 72835)
@@ -10,7 +10,7 @@
 setup(
     name="zc.sshtunnel",
     version="1.1",
-    description="zc.buildout recipe to manage and SSH tunnel",
+    description="zc.buildout recipe to manage an SSH tunnel.",
     author="Zope Corporation and contributors",
     author_email="zope3-dev at zope.org",
     packages=["zc", "zc.sshtunnel"],



More information about the Checkins mailing list