Cleanup: use single back-ticks in regular comments
Double back-ticks are used for RST literals.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user