mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
In the current code, __seller__ is an unused variable and __category__ is an undefined name (see #93). Given that the class is __SpendingByCategory__, this PR advocates changing seller —> category.