Cleanup: rst style

This commit is contained in:
2016-02-15 19:37:37 +11:00
parent 41fb953fa0
commit 318d3b9ab4
6 changed files with 22 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ For example to override ``bpy.context.active_object``,
you would pass ``{'active_object': object}``.
.. note::
You will nearly always want to use a copy of the actual current context as basis
(otherwise, you'll have to find and gather all needed data yourself).
"""