File tree 1 file changed +0
-5
lines changed
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
98
98
[ facade.py] ( patterns/structural/facade.py ) has a good example of detailed description,
99
99
but sometimes the shorter one as in [ template.py] ( patterns/behavioral/template.py ) would suffice.
100
100
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
-
105
101
##### Python 2 compatibility
106
102
To see Python 2 compatible versions of some patterns please check-out the [ legacy] ( https://github.com/faif/python-patterns/tree/legacy ) tag.
107
103
108
104
##### Update README
109
105
When everything else is done - update corresponding part of README.
110
106
111
-
112
107
##### Travis CI
113
108
Please run ` tox ` or ` tox -e ci37 ` before submitting a patch to be sure your changes will pass CI.
114
109
You can’t perform that action at this time.
0 commit comments