]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)
authorZackery Spytz <zspytz@gmail.com>
Thu, 1 Apr 2021 17:03:33 +0000 (11:03 -0600)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 17:03:33 +0000 (10:03 -0700)
commite689cdca3c14aab8d2d454b79ddd661b238fd301
tree40c20f9e3b2ffbe447b75b8616e7a1543c022da4
parent652bfdee9495dca241d48278742fe035b7a82bdb
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)

It should be PyMethod_Type, not Py_MethodType.
Doc/howto/descriptor.rst