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
path: root/doc
diff options
context:
space:
mode:
authorRob Ranieri <horribleProgrammer>2021-08-09 22:36:06 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-08-09 22:36:42 +0300
commit8e3dea27ecfbfb374a244195e2938cec6157b982 (patch)
tree4478a36313054efadb486947aadc400efa8b387a /doc
parent2d867426b1b7e28b58bf0c84119679c73f08175f (diff)
Docs: Blend-File: Fix typo
Reviewed By: Blendify Differential Revision: https://developer.blender.org/D12162
Diffstat (limited to 'doc')
-rw-r--r--doc/blender_file_format/BlendFileReader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/blender_file_format/BlendFileReader.py b/doc/blender_file_format/BlendFileReader.py
index a2f214bc4fc..1e66fc55ab0 100644
--- a/doc/blender_file_format/BlendFileReader.py
+++ b/doc/blender_file_format/BlendFileReader.py
@@ -123,7 +123,7 @@ def Align(handle):
class BlendFile:
'''
Reads a blendfile and store the header, all the fileblocks, and catalogue
- structs foound in the DNA fileblock
+ structs found in the DNA fileblock
- BlendFile.Header (BlendFileHeader instance)
- BlendFile.Blocks (list of BlendFileBlock instances)