diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-05-16 10:57:51 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-05-16 11:21:36 -0400 |
commit | 5e88e6e89a2cf5b583670fa5d0b41881f895a711 (patch) | |
tree | b76b01125023421f86ba329af4554f3df6e3e47f /lib/sqlalchemy/engine/cursor.py | |
parent | 625020c79838a8765b3dc6d6bca741bd736f67b5 (diff) | |
download | sqlalchemy-5e88e6e89a2cf5b583670fa5d0b41881f895a711.tar.gz |
fix most sphinx warnings (1.4)
still can't figure out the warnings with some of the older
changelog files.
this cherry-picks the sphinx fixes from 1.4 and additionally
fixes a small number of new issues in the 2.0 docs. However,
2.0 has many more errors to fix, primarily from the removal
of the legacy tutorials left behind a lot of labels that need
to be re-linked to the new tutorial.
Fixes: #7946
Change-Id: Id657ab23008eed0b133fed65b2f9ea75a626215c
(cherry picked from commit 9b55a423459236ca8a2ced713c9e93999dd18922)
Diffstat (limited to 'lib/sqlalchemy/engine/cursor.py')
-rw-r--r-- | lib/sqlalchemy/engine/cursor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/cursor.py b/lib/sqlalchemy/engine/cursor.py index d5f0d8126..ec1e1abe1 100644 --- a/lib/sqlalchemy/engine/cursor.py +++ b/lib/sqlalchemy/engine/cursor.py @@ -7,7 +7,7 @@ # mypy: allow-untyped-defs, allow-untyped-calls """Define cursor-specific result set constructs including -:class:`.BaseCursorResult`, :class:`.CursorResult`.""" +:class:`.CursorResult`.""" from __future__ import annotations |