Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3700
This commit is contained in:
Brecht Van Lommel
2018-09-19 17:48:11 +02:00
parent 424839e3c2
commit a4f2ebc78d
36 changed files with 48 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ Persistent Handler Example
++++++++++++++++++++++++++
By default handlers are freed when loading new files, in some cases you may
wan't the handler stay running across multiple files (when the handler is
want the handler stay running across multiple files (when the handler is
part of an add-on for example).
For this the :data:`bpy.app.handlers.persistent` decorator needs to be used.