10000 Fix PEP reference in README (#514) · uwydoc/PyMySQL@40f6a70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40f6a70

Browse files
cjgumethane
authored andcommitted
Fix PEP reference in README (PyMySQL#514)
1 parent 049cc1d commit 40f6a70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL
2222
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy and IronPython.
2323

2424
NOTE: PyMySQL doesn't support low level APIs `_mysql` provides like `data_seek`,
25-
`store_result`, and `use_result`. You should use high level APIs defined in PEP 294.
26-
But some APIs like `autocommit` and `ping` are supported because PEP 294 doesn't cover
25+
`store_result`, and `use_result`. You should use high level APIs defined in `PEP 249`_.
26+
But some APIs like `autocommit` and `ping` are supported because `PEP 249`_ doesn't cover
2727
their usecase.
2828

29+
.. _`PEP 249`: https://www.python.org/dev/peps/pep-0249/
2930

3031
Requirements
3132
-------------

0 commit comments

Comments
 (0)
0