diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-04-10 16:19:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 16:19:11 (GMT) |
commit | 3a3c0464bd719a8cac6e52b02a3479b2834b88a4 (patch) | |
tree | 465c1391464328ad94d1c8a8c9f05edb87d2a6cf /Misc | |
parent | 291d38d6e92ff6a665ea9b095f9d816ae42a1249 (diff) | |
download | cpython-3a3c0464bd719a8cac6e52b02a3479b2834b88a4.zip cpython-3a3c0464bd719a8cac6e52b02a3479b2834b88a4.tar.gz cpython-3a3c0464bd719a8cac6e52b02a3479b2834b88a4.tar.bz2 |
bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-04-06-07-05-49.bpo-43739.L4HjiX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-04-06-07-05-49.bpo-43739.L4HjiX.rst b/Misc/NEWS.d/next/Documentation/2021-04-06-07-05-49.bpo-43739.L4HjiX.rst new file mode 100644 index 0000000..9f8d362 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-04-06-07-05-49.bpo-43739.L4HjiX.rst @@ -0,0 +1 @@ +Fixing the example code in Doc/extending/extending.rst to declare and initialize the pmodule variable to be of the right type.
\ No newline at end of file |