Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
marma committed Aug 28, 2019
1 parent 5a238a8 commit dd4a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ for word,count in c.items():
print(word, count, sep='\t')
```

The number of processes is specified by the `processes` parameter, default For optimal performance, and if the order of the result is not important, add parameter `ordered=False` to `map(...)`.
The number of processes is specified by the `processes` parameter, it defaults to the number of cores on the machine running the program. For optimal performance, and if the order of the result is not important, add parameter `ordered=False` to `map(...)`.

## IIIF support

Expand Down

0 comments on commit dd4a2ee

Please sign in to comment.