Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c13c7c3

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/writing/documentation.rst

Copy file name to clipboardExpand all lines: docs/writing/documentation.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.