Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Feb 26, 2019
1 parent 8a68c3d commit 9c9ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrallel/parallel_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def mapper(line, _idx):
One problem here is you need to acquire file descriptor every time the mapper is called.
To avoid this, use Mapper class to replace mapper function.
It allows user to define the how process is constructed and deconstructed::
It allows user to define how the process is constructed and deconstructed::
class MyMapper(Mapper):
def enter(self):
Expand Down

0 comments on commit 9c9ab19

Please sign in to comment.