quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Fix typo, markup and PDF display issue. Fix Makefile latexpdf target #147

Closed duongdominhchau closed 4 years ago

duongdominhchau commented 4 years ago

This PR fixes some typos and inconsistent markups, shortens the wording of a sentence to fix display issue on PDF: the dot of .values() is on previous line while values() is placed on the next line.

Edit: I also fixed the path in latexpdf target, now make latexpdf is enough, no need to go through my long list of steps in #102