1= DOCX tokenizer
2
3== Coding style
4
5This directory uses the PEP 8 (see
6<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
7Please run
8
9----
10pycodestyle *.py
11----
12
13before committing.
14