Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit c156772

Browse files
committed
Trim tailing whitespace
1 parent 28a119b commit c156772

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ Links
5050
* `Fork pep257 on GitHub <http://github.com/GreenSteam/pep257>`_.
5151

5252
* `PyPI project page <https://pypi.python.org/pypi/pep257>`_.
53-

docs/release_notes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Bug Fixes
2121

2222
* Property setter and deleter methods are now treated as private and do not
2323
require docstrings separate from the main property method (#69, #107).
24-
24+
2525
* Fixed an issue where pep257 did not accept docstrings that are both
2626
unicode and raw in Python 2.x (#116, #119).
27-
27+
2828
* Fixed an issue where Python 3.x files with Unicode encodings were
2929
not read correctly (#118).
3030

@@ -90,4 +90,3 @@ Bug Fixes
9090
------------------------
9191

9292
First documented release!
93-

docs/snippets/cli.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ Return Code
4646
+--------------+--------------------------------------------------------------+
4747
| 2 | Illegal usage - see error message |
4848
+--------------+--------------------------------------------------------------+
49-

0 commit comments

Comments
 (0)