From 4da2acae3ab1a40db8be7f7df36da29cfcbf280c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 3 Sep 2018 16:49:08 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3668 --- release/scripts/modules/rna_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/rna_info.py') diff --git a/release/scripts/modules/rna_info.py b/release/scripts/modules/rna_info.py index 1a3d0698871..53d2e2d0151 100644 --- a/release/scripts/modules/rna_info.py +++ b/release/scripts/modules/rna_info.py @@ -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) -- cgit v1.2.3