Skip to content

Commit 64dcb44

Browse files
committed
Don't mark up True
I'm not touching other instances in this file, since this PR might be backported to very old versions.
1 parent ef65562 commit 64dcb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ added matters. To illustrate::
232232

233233
.. attribute:: verify_generated_headers
234234

235-
If :const:`True` (the default), the generator will raise
235+
If ``True`` (the default), the generator will raise
236236
:exc:`~email.errors.HeaderWriteError` instead of writing a header
237237
that is improperly folded or delimited, such that it would
238238
be parsed as multiple headers or joined with adjacent data.

0 commit comments

Comments
 (0)