Skip to content

Commit 35650f2

Browse files
authored
Fix typos in Doc folder (#100880)
1 parent 57a5259 commit 35650f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Defining Getters and Setters
615615
616616
.. c:member:: getter PyGetSetDef.get
617617
618-
C funtion to get the attribute.
618+
C function to get the attribute.
619619
620620
.. c:member:: setter PyGetSetDef.set
621621

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ regular, non-variadic, function arguments:
390390
391391
libc.printf.argtypes = [ctypes.c_char_p]
392392
393-
Because specifying the attribute does inhibit portability it is adviced to always
393+
Because specifying the attribute does inhibit portability it is advised to always
394394
specify ``argtypes`` for all variadic functions.
395395

396396

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,7 @@ Transaction control via the ``autocommit`` attribute
24632463

24642464
The recommended way of controlling transaction behaviour is through
24652465
the :attr:`Connection.autocommit` attribute,
2466-
which should preferrably be set using the *autocommit* parameter
2466+
which should preferably be set using the *autocommit* parameter
24672467
of :func:`connect`.
24682468

24692469
It is suggested to set *autocommit* to ``False``,

0 commit comments

Comments
 (0)