ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.06k stars 129 forks source link

replace `else: if:` with a literal `elif` #339

Closed hexiro closed 3 years ago

hexiro commented 3 years ago

In my opinion, elifs look better because there is no change in indentation level, but these should function the exact same. I'm not experienced with python 2, but I can't imagine this would make a difference.