.. c:member:: getter PyGetSetDef.get
- C funtion to get the attribute.
+ C function to get the attribute.
.. c:member:: setter PyGetSetDef.set
libc.printf.argtypes = [ctypes.c_char_p]
-Because specifying the attribute does inhibit portability it is adviced to always
+Because specifying the attribute does inhibit portability it is advised to always
specify ``argtypes`` for all variadic functions.
The recommended way of controlling transaction behaviour is through
the :attr:`Connection.autocommit` attribute,
-which should preferrably be set using the *autocommit* parameter
+which should preferably be set using the *autocommit* parameter
of :func:`connect`.
It is suggested to set *autocommit* to ``False``,