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

@@ -9,7 +9,7 @@ def set_view3d_context_override(context_override):
"""
Set context override to become the first viewport in the active workspace
The `context_override` is expected to be a copy of an actual current context
The ``context_override`` is expected to be a copy of an actual current context
obtained by `context.copy()`
"""