------------------------------------------------------------
revno: 6709
committer: Barry Warsaw <[email protected]>
branch nick: plugins
timestamp: Sun 2009-03-29 09:28:06 -0500
message:
  typo
modified:
  src/mailman/core/chains.py

=== modified file 'src/mailman/core/chains.py'
--- src/mailman/core/chains.py  2009-01-17 02:04:21 +0000
+++ src/mailman/core/chains.py  2009-03-29 14:28:06 +0000
@@ -56,7 +56,7 @@
     while chain:
         # Iterate over all links in the chain.  Do this outside a for-loop so
         # we can capture a chain's link iterator in mid-flight.  This supports
-        # the 'detour' link action
+        # the 'detour' link action.
         try:
             link = next(chain_iter)
         except StopIteration:



--
Primary development focus
https://code.launchpad.net/~mailman-coders/mailman/3.0

Your team Mailman Checkins is subscribed to branch lp:mailman.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+edit-subscription.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to