Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PEP 249 URL #18

Merged
merged 1 commit into from
Jan 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ Other Resources

* Read `PEP-249`_

.. _`PEP-249`: http://www.python.org/peps/pep-0249.html
.. _`PEP-249`: https://www.python.org/dev/peps/pep-0249/

2 changes: 1 addition & 1 deletion doc/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ exceptions are defined in a separate module, ``_mysql_exceptions``,
but ``_mysql`` exports them. Read DB API specification PEP-249_ to
find out what they are, or you can use the catch-all ``MySQLError``.

.. _PEP-249: http://www.python.org/peps/pep-0249.html
.. _PEP-249: https://www.python.org/dev/peps/pep-0249/

At this point your query has been executed and you need to get the
results. You have two options::
Expand Down
2 changes: 1 addition & 1 deletion metadata.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ long_description:
\n
.. _MySQL: http://www.mysql.com/
.. _`Free Software`: http://www.gnu.org/
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
author: Andy Dustman
author_email: [email protected]
maintainer: INADA Naoki
Expand Down