commit | 3ce3dea60646d8a5a1c952469a2eb65f937875b3 | [log] [tgz] |
---|---|---|
author | Recursing <buonanno.lorenzo@gmail.com> | Sun Dec 23 04:48:14 2018 +0100 |
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | Sat Dec 22 19:48:14 2018 -0800 |
tree | 145d309073b9d7db0e48a2f0e13822c4a7374492 | |
parent | fc8284e22074af8154e9865c8391b955f13a308b [diff] |
Use generator instead of list in code examples (GH-11203) There is no need to create a list for `sum` Also, becomes consistent with the first example in Doc/library/os.rst