email: Fix typo '\\n' -> '\n' in _flatten docstring.
authorW. Trevor King <wking@tremily.us>
Sat, 16 Feb 2013 13:22:10 +0000 (08:22 -0500)
committerW. Trevor King <wking@tremily.us>
Sat, 16 Feb 2013 13:48:48 +0000 (08:48 -0500)
commit9ce68de485847c80c4d8a4b09ee7bc3b3ab9b210
tree14b66df3a09b7c1c649b41abc066c520e7b5632b
parentf01eac2da09aac4132fb52b865d892e2e2c7f6e3
email: Fix typo '\\n' -> '\n' in _flatten docstring.

I seem to have forgotten that the docstring is raw (`r"""`) when I
wrote the original tests.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/email.py