aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 11:20:21 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:59 -0400
commitcaf3ce990d54f46960eb8f78299f4ddc7097e94a (patch)
tree90411045a3f57e159dda052d5563a27d71ffdf2c /python
parent9218028eaff4e247c56589bc74f03542ee5d3f39 (diff)
python/readme_renderer: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/readme_renderer/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/readme_renderer/README b/python/readme_renderer/README
index 9abb3af831e6..faf40c12d85b 100644
--- a/python/readme_renderer/README
+++ b/python/readme_renderer/README
@@ -1,3 +1,4 @@
-Readme Renderer is a library that will safely render arbitrary README files
-into HTML. It is designed to be used in Warehouse to render the long_description
-for packages. It can handle Markdown, reStructuredText (.rst), and plain text.
+Readme Renderer is a library that will safely render arbitrary
+README files into HTML. It is designed to be used in Warehouse to
+render the long_description for packages. It can handle Markdown,
+reStructuredText (.rst), and plain text.