This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 50
50
* `Fork pep257 on GitHub <http://github.com/GreenSteam/pep257 >`_.
51
51
52
52
* `PyPI project page <https://pypi.python.org/pypi/pep257 >`_.
53
-
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Bug Fixes
21
21
22
22
* Property setter and deleter methods are now treated as private and do not
23
23
require docstrings separate from the main property method (#69, #107).
24
-
24
+
25
25
* Fixed an issue where pep257 did not accept docstrings that are both
26
26
unicode and raw in Python 2.x (#116, #119).
27
-
27
+
28
28
* Fixed an issue where Python 3.x files with Unicode encodings were
29
29
not read correctly (#118).
30
30
@@ -90,4 +90,3 @@ Bug Fixes
90
90
------------------------
91
91
92
92
First documented release!
93
-
Original file line number Diff line number Diff line change @@ -46,4 +46,3 @@ Return Code
46
46
+--------------+--------------------------------------------------------------+
47
47
| 2 | Illegal usage - see error message |
48
48
+--------------+--------------------------------------------------------------+
49
-
You can’t perform that action at this time.
0 commit comments