Cleanup: spelling in comments
This commit is contained in:
@@ -12,7 +12,7 @@ extern "C" {
|
||||
|
||||
struct bContext;
|
||||
|
||||
/** Creates the bpy module and adds it to `sys.modules` for importing. */
|
||||
/** Creates the `bpy` module and adds it to `sys.modules` for importing. */
|
||||
void BPy_init_modules(struct bContext *C);
|
||||
|
||||
extern PyObject *bpy_package_py;
|
||||
|
||||
Reference in New Issue
Block a user