Fix typo. (#417)

Closes #416
This commit is contained in:
Tim Gates
2019-12-08 01:05:39 +11:00
committed by Inada Naoki
parent 96ab899bf3
commit b3a5e286e2

View File

@ -35,7 +35,7 @@ class BaseCursor(object):
default number of rows fetchmany() will fetch
"""
#: Max stetement size which :meth:`executemany` generates.
#: Max statement size which :meth:`executemany` generates.
#:
#: Max size of allowed statement is max_allowed_packet - packet_header_size.
#: Default value of max_allowed_packet is 1048576.