Parcourir la source

Fix whitespace error

Jocelyn Delande il y a 9 ans
Parent
commit
0ab54de9a9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      coin/members/management/commands/call_for_membership_fees.py

+ 2 - 2
coin/members/management/commands/call_for_membership_fees.py

@@ -14,8 +14,8 @@ from coin.members.models import Member, MembershipFee
 class Command(BaseCommand):
     args = '[date=2011-07-04]'
     help = """Send a call for membership email to members.
-              A mail is sent when end date of membership 
-              reach the anniversary date, 1 month before and once a month 
+              A mail is sent when end date of membership
+              reach the anniversary date, 1 month before and once a month
               for 3 months.
               By default, today is used to compute relative dates, but a date
               can be passed as argument."""