File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1618,7 +1618,7 @@ They are instances of a private class:
1618
1618
``ctypes.seh_exception `` with argument ``code `` will be raised, allowing an
1619
1619
audit hook to replace the exception with its own.
1620
1620
1621
- .. audit-event :: ctypes.call_function func_pointer,arguments ctype- foreign-functions
1621
+ .. audit-event :: ctypes.call_function func_pointer,arguments foreign-functions
1622
1622
1623
1623
Some ways to invoke foreign function calls may raise an auditing event
1624
1624
``ctypes.call_function `` with arguments ``function pointer `` and ``arguments ``.
@@ -2545,4 +2545,3 @@ Arrays and pointers
2545
2545
2546
2546
Returns the object to which to pointer points. Assigning to this
2547
2547
attribute changes the pointer to point to the assigned object.
2548
-
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The :mod:`poplib` module provides two classes:
64
64
65
65
.. audit-event :: poplib.connect self,host,port poplib.POP3_SSL
66
66
67
- .. audit-event :: poplib.putline self,line popplib .POP3_SSL
67
+ .. audit-event :: poplib.putline self,line poplib .POP3_SSL
68
68
69
69
All commands will raise an :ref: `auditing event <auditing >`
70
70
``poplib.putline `` with arguments ``self `` and ``line ``,
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ conflict.
551
551
the interactive session. You can also change the prompts :data: `sys.ps1 ` and
552
552
:data: `sys.ps2 ` and the hook :data: `sys.__interactivehook__ ` in this file.
553
553
554
- .. audit-event :: cpython.run_startup filename PYTHONSTARTUP
554
+ .. audit-event :: cpython.run_startup filename envvar- PYTHONSTARTUP
555
555
556
556
Raises an :ref: `auditing event <auditing >` ``cpython.run_startup `` with
557
557
the filename as the argument when called on startup.
You can’t perform that action at this time.
0 commit comments