Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2020-03-15 23:00:42 +0300
committerJakob Lykke Andersen <Jakob@caput.dk>2020-03-15 23:00:42 +0300
commit6ec42b071e76bdfd02f3ae00ba87a9ba68b4f230 (patch)
tree08c8f2d9cfd34ff1a0c683250e23d7af5618eb55 /sphinx/addnodes.py
parent7a29b634218a2c0519cd6fb408bc2d663e6619e2 (diff)
C, flake and mypy fixes, rename attr in desc_signature_line
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r--sphinx/addnodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py
index fa04e9344..847a6d715 100644
--- a/sphinx/addnodes.py
+++ b/sphinx/addnodes.py
@@ -119,7 +119,7 @@ class desc_signature_line(nodes.Part, nodes.Inline, nodes.FixedTextElement):
It should only be used in a ``desc_signature`` with ``is_multiline`` set.
Set ``add_permalink = True`` for the line that should get the permalink.
"""
- sphinx_cpp_tagname = ''
+ sphinx_line_type = ''
# nodes to use within a desc_signature or desc_signature_line