Docs: Blend-File: Fix typo

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D12162
This commit is contained in:
Rob Ranieri 2021-08-09 15:36:06 -04:00 committed by Aaron Carlisle
parent 2d867426b1
commit 8e3dea27ec
1 changed files with 1 additions and 1 deletions

View File

@ -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)