commit | bd87a7fda07275e868c8e0d4fdd091bf9d6394a5 | [log] [tgz] |
---|---|---|
author | Nikita Sobolev <mail@sobolevn.me> | Wed Mar 11 03:32:15 2020 +0300 |
committer | GitHub <noreply@github.com> | Tue Mar 10 17:32:15 2020 -0700 |
tree | 74802c58abbac2e922bb4967bbc2a1e1e554864f | |
parent | 4e53abb0f4773e1cce68a4f41ddbb43e74364c5f [diff] |
Updates functools.py with consistent quotes (GH-18825) I have noticed that `'` quotes are used everywhere except this particular case, which was introduced in https://github.com/python/cpython/pull/18726 So, this is a trivial fix to enforce better consistency.