Skip to content

Commit

Permalink
One tiny change to make pronoun agree
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrhoda committed Apr 27, 2015
1 parent 75c4b34 commit b88f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-shop/chapter.md
Expand Up @@ -249,7 +249,7 @@ To make locating the correct instance easier, we assume that lines will be separ
sys.exit(0)
```

We parse the data directly, converting the processing time of each task to an integer and storing them in a list. Finally, we zip the data to invert the rows and columns so that the format respects what is expected by the solving code above. (That is, every item in `data` should correspond to a particular job.)
We parse the data directly, converting the processing time of each task to an integer and storing it in a list. Finally, we zip the data to invert the rows and columns so that the format respects what is expected by the solving code above. (That is, every item in `data` should correspond to a particular job.)

<!-- QUERY Is the indentation below correct? -->
```python
Expand Down

0 comments on commit b88f9de

Please sign in to comment.