Barry Warsaw pushed to branch master at mailman / Mailman Core
Commits: c851a7d3 by Marcel at 2017-09-14T20:53:22Z Fix small typo - - - - - e86e2bd3 by Barry Warsaw at 2017-09-16T16:51:44Z Merge branch 'patch-2' into 'master' Fix small typo See merge request mailman/mailman!318 - - - - - 1 changed file: - src/mailman/model/member.py Changes: ===================================== src/mailman/model/member.py ===================================== --- a/src/mailman/model/member.py +++ b/src/mailman/model/member.py @@ -140,7 +140,7 @@ class Member(Model): # to the subscriber. if self.subscriber.display_name: return self.subscriber.display_name - # If an unlinked address is subscribed tehre will be no .user. + # If an unlinked address is subscribed there will be no .user. elif self.user is not None and self.user.display_name: return self.user.display_name else: View it on GitLab: https://gitlab.com/mailman/mailman/compare/b3eb9dd428b47232ee50db1f897e128480d6b4c4...e86e2bd3d9f3130ee3721e359903ea8220048f63 --- View it on GitLab: https://gitlab.com/mailman/mailman/compare/b3eb9dd428b47232ee50db1f897e128480d6b4c4...e86e2bd3d9f3130ee3721e359903ea8220048f63 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org