]> granicus.if.org Git - python/commitdiff
Fix copy & paste error in comment.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 15 Apr 2003 16:08:01 +0000 (16:08 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 15 Apr 2003 16:08:01 +0000 (16:08 +0000)
Lib/test/test_grp.py

index f27ef8cf1e52816999cd061181ab612931077738..71c489762b1e6a9ea42e3699a721581fbfbfad23 100755 (executable)
@@ -26,7 +26,7 @@ class GroupDatabaseTestCase(unittest.TestCase):
             # The following won't work, because of duplicate entries
             # for one gid
             #    self.assertEqual(grp.getgrgid(e.gr_gid), e)
-            # instead of this collect all entries for one uid
+            # instead of this collect all entries for one gid
             # and check afterwards
             entriesbygid.setdefault(e.gr_gid, []).append(e)