Skip to content

Commit f2ce21d

Browse files
authored
Update _ext/translation_graph.py
1 parent e018c21 commit f2ce21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ext/translation_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class TranslationGraph(Directive):
1010
# Tells Sphinx that this directive can be used in the document body
11-
# and has no content
11+
# and has no content
1212
has_content = False
1313

1414
def run(self):

0 commit comments

Comments
 (0)