Cleanup: Grammar in comments
- it's self vs. itself - boiler plate vs boilerplate
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
"""
|
||||
Utility script, called by ``run.py`` to run inside Blender,
|
||||
to avoid boiler plate code having to be added into each test.
|
||||
to avoid boilerplate code having to be added into each test.
|
||||
"""
|
||||
|
||||
import os
|
||||
@@ -64,7 +64,7 @@ def main():
|
||||
parser = create_parser()
|
||||
args = parser.parse_args(sys.argv[sys.argv.index("--") + 1:])
|
||||
|
||||
# Check if `bpy.app.use_event_simulate` has been enabled by the test it's self.
|
||||
# Check if `bpy.app.use_event_simulate` has been enabled by the test itself.
|
||||
# When writing tests, it's useful if the test can temporarily be set to keep the window open.
|
||||
|
||||
def on_error():
|
||||
|
||||
Reference in New Issue
Block a user