From 4da2acae3ab1a40db8be7f7df36da29cfcbf280c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 3 Sep 2018 16:49:08 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3668 --- release/scripts/templates_py/background_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/templates_py') diff --git a/release/scripts/templates_py/background_job.py b/release/scripts/templates_py/background_job.py index 2f444641a51..bd48e7bf622 100644 --- a/release/scripts/templates_py/background_job.py +++ b/release/scripts/templates_py/background_job.py @@ -95,7 +95,7 @@ def main(): help="Render an image to the specified path", ) - args = parser.parse_args(argv) # In this example we wont use the args + args = parser.parse_args(argv) # In this example we won't use the args if not argv: parser.print_help() -- cgit v1.2.3