Skip to content

Commit c13c7c3

Browse files
committed
Merge branch 'pr/642'
Closes realpython#642
2 parents 33d3fee + dc7ee74 commit c13c7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ to both users and maintainers of a project. It should be raw text or
1313
written in some very easy to read markup, such as :ref:`reStructuredText-ref`
1414
or Markdown. It should contain a few lines explaining the purpose of the
1515
project or library (without assuming the user knows anything about the
16-
project), the url of the main source for the software, and some basic credit
16+
project), the URL of the main source for the software, and some basic credit
1717
information. This file is the main entry point for readers of the code.
1818

1919
An :file:`INSTALL` file is less necessary with Python. The installation
@@ -158,7 +158,7 @@ Pycco_
158158
.. _Docco: http://jashkenas.github.com/docco
159159

160160
Ronn_
161-
Ronn builds unix manuals. It converts human readable textfiles to roff
161+
Ronn builds Unix manuals. It converts human readable textfiles to roff
162162
for terminal display, and also to HTML for the web.
163163

164164
.. _Ronn: https://github.com/rtomayko/ronn

0 commit comments

Comments
 (0)