New submission from Sergio Livi <m...@serl.it>: Hello,
There seems to be a display error in the sqlite documentation: https://docs.python.org/3.9/library/sqlite3.html#f1 The footnote says "To get loadable extension support, you must pass –enable-loadable-sqlite-extensions to configure." When actually the configure argument is --enable-etc. The double dash was substituted with a long dash (–), which breaks copy/paste for people. Here's an example: https://github.com/pyenv/pyenv/issues/1702. ---------- assignee: docs@python components: Documentation messages: 388353 nosy: docs@python, serl2 priority: normal severity: normal status: open title: Wrong character in footnote type: enhancement versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com