Cleanup: hyphenate the term data-blocks in strings/doc-strings
This commit is contained in:
@@ -216,7 +216,7 @@ class FileBlockHeader:
|
||||
OldAddress (pointer)
|
||||
SDNAIndex (int)
|
||||
Count (int)
|
||||
FileOffset (= file pointer of datablock)
|
||||
FileOffset (= file pointer of data-block)
|
||||
'''
|
||||
|
||||
def __init__(self, handle, fileheader):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""
|
||||
The message bus system can be used to receive notifications when properties of
|
||||
Blender datablocks are changed via the data API.
|
||||
Blender data-blocks are changed via the data API.
|
||||
|
||||
|
||||
Limitations
|
||||
|
||||
Reference in New Issue
Block a user