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 @@ -67,7 +67,7 @@ The :mod:`poplib` module provides two classes:
67
67
68
68
.. audit-event :: poplib.connect self,host,port poplib.POP3_SSL
69
69
70
- .. audit-event :: poplib.putline self,line popplib .POP3_SSL
70
+ .. audit-event :: poplib.putline self,line poplib .POP3_SSL
71
71
72
72
All commands will raise an :ref: `auditing event <auditing >`
73
73
``poplib.putline `` with arguments ``self `` and ``line ``,
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ conflict.
555
555
the interactive session. You can also change the prompts :data: `sys.ps1 ` and
556
556
:data: `sys.ps2 ` and the hook :data: `sys.__interactivehook__ ` in this file.
557
557
558
- .. audit-event :: cpython.run_startup filename PYTHONSTARTUP
558
+ .. audit-event :: cpython.run_startup filename envvar- PYTHONSTARTUP
559
559
560
560
Raises an :ref: `auditing event <auditing >` ``cpython.run_startup `` with
561
561
the filename as the argument when called on startup.
You can’t perform that action at this time.
0 commit comments