Skip to content

Commit ca10fde

Browse files
committed
Fix text formatting, typos and, English grammar of the descriptive text.
1 parent 8129896 commit ca10fde

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

roundup/configuration.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def str2value(self, value):
675675
the user if the field is missing or invalid.
676676
Set this to 'yes' to block the post and notify the user
677677
if the token is invalid, but accept the form if
678-
the field is missing
678+
the field is missing.
679679
Set this to 'logfailure' to log a notice to the roundup
680680
log if the field is invalid or missing, but accept
681681
the post.
@@ -691,7 +691,7 @@ def str2value(self, value):
691691
the user if the field is missing or invalid.
692692
Set this to 'yes' to block the post and notify the user
693693
if the token is invalid, but accept the form if
694-
the field is missing
694+
the field is missing.
695695
Set this to 'logfailure' to log a notice to the roundup
696696
log if the field is invalid or missing, but accept
697697
the post.
@@ -714,8 +714,8 @@ def str2value(self, value):
714714
the user if the header is missing or invalid.
715715
Set this to 'yes' to block the post and notify the user
716716
if the header is invalid, but accept the form if
717-
the field is missing
718-
Set this to 'logfalure' to log a notice to the roundup
717+
the field is missing.
718+
Set this to 'logfailure' to log a notice to the roundup
719719
log if the header is invalid or missing, but accept
720720
the post.
721721
Set this to 'no' to ignore the header and accept the post."""),
@@ -726,7 +726,7 @@ def str2value(self, value):
726726
the user if the header is missing or invalid.
727727
Set this to 'yes' to block the post and notify the user
728728
if the header is invalid, but accept the form if
729-
the field is missing
729+
the field is missing.
730730
Set this to 'logfailure' to log a notice to the roundup
731731
log if the header is invalid or missing, but accept
732732
the post.
@@ -738,7 +738,7 @@ def str2value(self, value):
738738
the user if the header is missing or invalid.
739739
Set this to 'yes' to block the post and notify the user
740740
if the header is invalid, but accept the form if
741-
the field is missing
741+
the field is missing.
742742
Set this to 'logfailure' to log a notice to the roundup
743743
log if the header is invalid or missing, but accept
744744
the post.
@@ -751,7 +751,7 @@ def str2value(self, value):
751751
the user if the header is missing or invalid.
752752
Set this to 'yes' to block the post and notify the user
753753
if the header is invalid, but accept the form if
754-
the field is missing
754+
the field is missing.
755755
Set this to 'logfailure' to log a notice to the roundup
756756
log if the header is invalid or missing, but accept
757757
the post.
@@ -886,7 +886,7 @@ def str2value(self, value):
886886
"(eg. iso-8859-1).",
887887
["EMAIL_CHARSET"]),
888888
(FilePathOption, "debug", "",
889-
"Setting this option makes Roundup to write all outgoing email\n"
889+
"Setting this option makes Roundup write all outgoing email\n"
890890
"messages to this file *instead* of sending them.\n"
891891
"This option has the same effect as environment variable"
892892
" SENDMAILDEBUG.\nEnvironment variable takes precedence."),

0 commit comments

Comments
 (0)