Cleanup: Grammar in comments

"it's own" -> "its own" again. Start new sentences properly.
This commit is contained in:
Hans Goudey
2024-01-06 00:03:31 -05:00
parent 5179e66756
commit e90d844dd7
4 changed files with 6 additions and 6 deletions

View File

@@ -5,10 +5,10 @@
"""
Wrapper for Blender that launches a graphical instances of Blender
in it's own display-server.
in its own display-server.
This can be useful when a graphical context is required (when ``--background`` can't be used)
and it's preferable not to have windows opening on the users system.
and it's preferable not to have windows opening on the user's system.
The main use case for this is tests that run simulated events, see: ``bl_run_operators_event_simulate.py``.