diff --git a/scripts/modules/bpy/utils/__init__.py b/scripts/modules/bpy/utils/__init__.py index 1b64a31d83f..39e2b7edf47 100644 --- a/scripts/modules/bpy/utils/__init__.py +++ b/scripts/modules/bpy/utils/__init__.py @@ -810,8 +810,8 @@ def user_resource(resource_type, *, path="", create=False): """ Return a user resource path (normally from the users home directory). - :arg type: Resource type in ['DATAFILES', 'CONFIG', 'SCRIPTS', 'EXTENSIONS']. - :type type: string + :arg resource_type: Resource type in ['DATAFILES', 'CONFIG', 'SCRIPTS', 'EXTENSIONS']. + :type resource_type: string :arg path: Optional subdirectory. :type path: string :arg create: Treat the path as a directory and create it if its not existing.