Merge pull request #42 from ericandrewlewis/patch-1

Wrap code in a preformatted block
This commit is contained in:
crista
2018-12-07 11:05:02 -08:00
committed by GitHub

View File

@@ -5,7 +5,9 @@ Comprehensive collection of well-known, and not so well-known, programming
styles using a simple computational task, term frequency. All programs run
with the following command line:
$ python tf-NN.py ../pride-and-prejudice.txt
```bash
python tf-NN.py ../pride-and-prejudice.txt
```
Explanations and historical context for all these styles can be found in the
companion book [Exercises in Programming Style](http://www.amazon.com/Exercises-Programming-Style-Cristina-Videira/dp/1482227371/).