Skip to content

Commit 93b5937

Browse files
committed
Cleanup README
Remove remaining OUTPUT mentioning part
1 parent 5c5b971 commit 93b5937

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,12 @@ Add "Examples in Python ecosystem" section if you know some. It shows how patter
9898
[facade.py](patterns/structural/facade.py) has a good example of detailed description,
9999
but sometimes the shorter one as in [template.py](patterns/behavioral/template.py) would suffice.
100100

101-
In some cases class-level docstring with doctest would also help (see [adapter.py](patterns/structural/adapter.py))
102-
but readable OUTPUT section is much better.
103-
104-
105101
##### Python 2 compatibility
106102
To see Python 2 compatible versions of some patterns please check-out the [legacy](https://github.com/faif/python-patterns/tree/legacy) tag.
107103

108104
##### Update README
109105
When everything else is done - update corresponding part of README.
110106

111-
112107
##### Travis CI
113108
Please run `tox` or `tox -e ci37` before submitting a patch to be sure your changes will pass CI.
114109

0 commit comments

Comments
 (0)