mmerickel / wired

A service locator implementation for Python.
https://wired.readthedocs.io
MIT License
17 stars 9 forks source link

Rename `default_greeter` to `greeter` in context tutorial #8

Closed enkidulan closed 5 years ago

enkidulan commented 5 years ago

default_greeter name seems confusing to me because it refers to Greeter, but in that line we could get both Greeter and FrenchGreeter depending on a context.

mmerickel commented 5 years ago

thank you!