Cleanup: use single back-ticks in regular comments

Double back-ticks are used for RST literals.
This commit is contained in:
2022-03-15 14:53:49 +11:00
parent f410efbda0
commit 3cbf20228e
2 changed files with 6 additions and 6 deletions

View File

@@ -4,8 +4,8 @@
# Update Blender version this key-map was written in:
#
# When the version is ``(0, 0, 0)``, the key-map being loaded didn't contain any versioning information.
# This will older than ``(2, 92, 0)``.
# When the version is `(0, 0, 0)`, the key-map being loaded didn't contain any versioning information.
# This will older than `(2, 92, 0)`.
def keyconfig_update(keyconfig_data, keyconfig_version):
from bpy.app import version_file as blender_version