Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3668
This commit is contained in:
@@ -83,7 +83,7 @@ def float_as_string(f):
|
||||
|
||||
|
||||
def get_py_class_from_rna(rna_type):
|
||||
""" Get's the Python type for a class which isn't necessarily added to ``bpy.types``.
|
||||
""" Gets the Python type for a class which isn't necessarily added to ``bpy.types``.
|
||||
"""
|
||||
identifier = rna_type.identifier
|
||||
py_class = getattr(bpy.types, identifier, None)
|
||||
|
Reference in New Issue
Block a user