Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluzpaz <luzpaz>2022-06-28 16:35:35 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-28 16:56:16 +0300
commit4d982cbb5d950f10493fa911a4955fd4a2e65589 (patch)
treec6b536071f884458a7a059a73ce45fa040e0ce19 /pyproject.toml
parent0124de9d0e5fda3c1aafc0650bc6cd31618dbbb7 (diff)
Cleanup: fix various typos
Differential Revision: https://developer.blender.org/D15304
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 22d2d768d08..cded8e51bf0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,10 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
[tool.autopep8]
-# Configuratuion for `autopep8`, allowing the command: autopep8 .
+# Configuration for `autopep8`, allowing the command: autopep8 .
# to reformat all source files.
#
-# NOTE: the settings defined here map directly to commmand line arguments
+# NOTE: the settings defined here map directly to command line arguments
# which will override these settings when passed in to autopep8.
max_line_length = 120