[Bf-blender-cvs] [e961c1244c9] master: Fix typo in context docs.

Campbell Barton noreply at git.blender.org
Thu Dec 13 22:14:36 CET 2018


Commit: e961c1244c9737c3c693034272c67817f82b0404
Author: Campbell Barton
Date:   Fri Dec 14 08:13:55 2018 +1100
Branches: master
https://developer.blender.org/rBe961c1244c9737c3c693034272c67817f82b0404

Fix typo in context docs.

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 3fdd2b2c92b..e69e51b8664 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1077,7 +1077,7 @@ context_type_map = {
     "selected_bones": ("EditBone", True),
     "selected_editable_bases": ("ObjectBase", True),
     "selected_editable_bones": ("EditBone", True),
-    "selected_editable_fcurves": ("FCurce", True),
+    "selected_editable_fcurves": ("FCurve", True),
     "selected_editable_objects": ("Object", True),
     "selected_editable_sequences": ("Sequence", True),
     "selected_nodes": ("Node", True),



More information about the Bf-blender-cvs mailing list