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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-09 12:13:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-09 12:14:29 +0300
commit0ae6a8570ba44f357f1ae281000c98bb4115aba5 (patch)
tree96680618024915c56314c341682fa40a5fd7a06d /release/scripts/modules/bpy_types.py
parent22996f3dbe0f396552d35f433df51093ff6da975 (diff)
Cleanup: typo, style
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
-rw-r--r--release/scripts/modules/bpy_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index 1c66c59149f..76c495c078d 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -439,7 +439,7 @@ class Mesh(bpy_types.ID):
int pairs, each pair contains two indices to the
*vertices* argument. eg: [(1, 2), ...]
- When an empty iterable is passed in, the edsges are inferred from the polygons.
+ When an empty iterable is passed in, the edges are inferred from the polygons.
When non-emtpy, either: