-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-103025: fix ctypes doc issues #103026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-103025: fix ctypes doc issues #103026
Conversation
…x doctest directive mistake.
@CAM-Gerlach pls. kindly review this PR if all checks pass. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not Cam, but looks good to me — thanks!
Thanks @peterjpxie for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
(cherry picked from commit 0708437) Co-authored-by: Peter Jiping Xie <[email protected]>
GH-103029 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 0708437) Co-authored-by: Peter Jiping Xie <[email protected]>
GH-103030 is a backport of this pull request to the 3.10 branch. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Thanks @peterjpxie ! Just to note for the record, the context of this is the DIscourse thread here , where the OP originally raised the issue and suggested they go ahead with a PR to fix it. |
1/ Rectify typo 'varadic' functions to 'variadic'.
2/ Fix doctest directive mistake.