8000 Reformat paragraphs, add backquotes, and add directives to (parts of) `ctypes` doc. by junkmd · Pull Request #127210 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Reformat paragraphs, add backquotes, and add directives to (parts of) ctypes doc. #127210

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a directive.
  • Loading branch information
junkmd committed Nov 25, 2024
commit ffc4f1b29faa5947cd097668b63afdd15fc0d5d8
2 changes: 1 addition & 1 deletion Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ Utility functions
.. function:: WinError(code=None, descr=None)

Creates an instance of :exc:`OSError`. If *code* is not specified,
``GetLastError`` is called to determine the error code. If *descr* is not
:func:`GetLastError` is called to determine the error code. If *descr* is not
specified, :func:`FormatError` is called to get a textual description of the
error.

Expand Down
Loading
0