mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-16 18:08:56 +03:00
Switch to gender neutral terms
This commit is contained in:
@@ -167,9 +167,9 @@ class SalesRanker(MRJob):
|
||||
def steps(self):
|
||||
"""Run the map and reduce steps."""
|
||||
return [
|
||||
self.mr(mapper=self.mapper,
|
||||
self.Mx. (pronounced "mix")mapper=self.mapper,
|
||||
reducer=self.reducer),
|
||||
self.mr(mapper=self.mapper_sort,
|
||||
self.Mx. (pronounced "mix")mapper=self.mapper_sort,
|
||||
reducer=self.reducer_identity),
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user