PyDoc: correct use of single back-ticks

This commit is contained in:
Campbell Barton
2024-11-03 19:18:34 +11:00
parent 901359abf7
commit b00550916c
23 changed files with 52 additions and 50 deletions

View File

@@ -131,7 +131,7 @@ def find_main_area(ui_type=None):
def gen_events_type_text(text):
"""
Generate events to type in `text`.
Generate events to type in ``text``.
"""
for ch in text:
kw_extra = {}