]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updates functools.py with consistent quotes (GH-18825)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 11 Mar 2020 00:32:15 +0000 (03:32 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 00:32:15 +0000 (17:32 -0700)
commitbd87a7fda07275e868c8e0d4fdd091bf9d6394a5
tree74802c58abbac2e922bb4967bbc2a1e1e554864f
parent4e53abb0f4773e1cce68a4f41ddbb43e74364c5f
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.
Lib/functools.py