-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Sqlite 3 html documentation shows functions with \*
instead of *
.
#98716
Comments
\*
instead of *
.
hi @erlend-aasland, if you can give me some hint where to look i'd gladly try to solve it myself... |
Sure, look in Doc/library/sqlite3.rst. It's just a wrongly applied escape backslash in the docs. There might be more than just that one. |
Here's a list of what needs fixup:
|
Actually, you can just revert #96081 (yes, these are entirely my fault)
|
if it's a revert then there's no point in me doing it. |
This reverts commit 91afe66.
Np, thanks for the report though! I can't believe I didn't check the rendered output before merging gh-96081. Lessons learned. |
Glad to have helped! :) |
…ocs (pythonGH-98720) (cherry picked from commit 365852a) Co-authored-by: Erlend E. Aasland <[email protected]>
(cherry picked from commit 365852a) Co-authored-by: Erlend E. Aasland <[email protected]>
…lite3 docs (pythonGH-98720). (cherry picked from commit 365852a) Co-authored-by: Erlend E. Aasland <[email protected]>
Documentation
e.g. see:
https://docs.python.org/3.10/library/sqlite3.html#sqlite3.Connection.backup
other modules look fine.
I tried to look into the code to understand why sqlite outputs different html but the C code looks similar to other modules.
The text was updated successfully, but these errors were encountered: