Skip to content

Commit c4dc999

Browse files
author
Richard Jones
committed
fix config documentation
1 parent 1643dc9 commit c4dc999

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

roundup/configuration.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roundup Issue Tracker configuration support
22
#
3-
# $Id: configuration.py,v 1.35 2006-05-06 17:15:11 a1s Exp $
3+
# $Id: configuration.py,v 1.36 2006-10-05 23:14:52 richard Exp $
44
#
55
__docformat__ = "restructuredtext"
66

@@ -643,8 +643,10 @@ def str2value(self, value):
643643
"recognised. \"none\" will always pass any [suffix]\n"
644644
"through as part of the issue title."),
645645
(Option, "subject_suffix_delimiters", "[]",
646-
"Defines the brackets used for delimiting the commands\n"
647-
"suffix in a subject line."),
646+
"Defines the brackets used for delimiting the prefix and \n"
647+
'suffix in a subject line. The presence of "suffix" in\n'
648+
"the config option name is a historical artifact and may\n"
649+
"be ignored."),
648650
(Option, "subject_content_match", "always",
649651
"Controls matching of the incoming email subject line\n"
650652
"against issue titles in the case where there is no\n"

0 commit comments

Comments
 (0)