Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-06-24 00:08:32 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-06-24 00:10:07 +0300
commitb0449cac6629b6f3f86ecacabdebc7e24ad51c37 (patch)
treef961a4a64084c82621c1aa5f9971ab79a7c8d70d /doc/python_api/sphinx_doc_gen.py
parentd82c3d86155ea3c7831c7b5ef5d07bc8e2d99394 (diff)
API Docs: Small edits to recent commit
- Revert string formatting change - Add missing text edit
Diffstat (limited to 'doc/python_api/sphinx_doc_gen.py')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index af1cccf0c46..1b2f22217ca 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -359,7 +359,7 @@ INFO_DOCS = (
("info_tips_and_tricks.rst",
"Tips and Tricks: Hints to help you while writing scripts for Blender"),
("info_gotcha.rst",
- "Gotcha's: some of the problems you may come up against when writing scripts"),
+ "Gotcha's: some of the problems you may encounter when writing scripts"),
("change_log.rst", "List of changes since last Blender release"),
)