Cleanup: quiet check_spelling_* targets

Also correct outdated references to `ghash`.
This commit is contained in:
Campbell Barton
2025-02-02 13:56:44 +11:00
parent 53c61f6aa5
commit 4cd827870d
11 changed files with 20 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ vec2d = mathutils.Vector((1.0, 2.0))
vec3d = mathutils.Vector((1.0, 0.0, 0.0))
vec4d = vec_a.to_4d()
# other mathutuls types
# Other `mathutils` types.
quat = mathutils.Quaternion()
matrix = mathutils.Matrix()