File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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,
9999but 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
106102To 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
109105When everything else is done - update corresponding part of README.
110106
111-
112107##### Travis CI
113108Please run ` tox ` or ` tox -e ci37 ` before submitting a patch to be sure your changes will pass CI.
114109
You can’t perform that action at this time.
0 commit comments