mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
86d29a3c77
The name of a dictionary key `root` was not properly enclosed in quotes, which results in a syntax error when people copy this code. Thanks!