BPY Docs: Correct spelling (Addon --> Add-on)

Differential Revision: https://developer.blender.org/D2293
This commit is contained in:
2016-10-14 01:23:29 +02:00
committed by Julian Eisel
parent dc60fdd671
commit 87a7149831
8 changed files with 83 additions and 85 deletions

View File

@@ -4,7 +4,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
part of an addon for example).
part of an add-on for example).
For this the :data:`bpy.app.handlers.persistent` decorator needs to be used.
"""