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

@@ -112,7 +112,7 @@ class UnitTesting(ViewLayerTesting):
def test_scene_read_collections(self):
"""
See if read is working for scene collections
(run `test_scene_write_colections` first)
(run ``test_scene_write_colections`` first).
"""
import os
@@ -129,7 +129,7 @@ class UnitTesting(ViewLayerTesting):
def test_scene_read_layers(self):
"""
See if read is working for scene layers
(run `test_scene_write_layers` first)
(run ``test_scene_write_layers`` first).
"""
import os