docs: module page titles should not start with a link to themselves (#117099)

This commit is contained in:
Ned Batchelder 2024-05-08 15:34:40 -04:00 committed by GitHub
parent 7b0c247f1c
commit bcb435ee8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
220 changed files with 440 additions and 443 deletions

View file

@ -1,5 +1,5 @@
:mod:`dis` --- Disassembler for Python bytecode
===============================================
:mod:`!dis` --- Disassembler for Python bytecode
================================================
.. module:: dis
:synopsis: Disassembler for Python bytecode.