Switch to gender neutral terms

This commit is contained in:
inclusive-coding-bot
2022-03-30 15:31:37 -04:00
parent 578e29cff8
commit 813127c387
13 changed files with 23 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ class SpendingByCategory(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)
]