2023-06-15 13:09:04 +10:00
|
|
|
# SPDX-FileCopyrightText: 2022-2023 Blender Foundation
|
|
|
|
#
|
2022-05-20 12:41:44 +10:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2023-06-15 13:09:04 +10:00
|
|
|
|
2022-05-20 12:41:44 +10:00
|
|
|
"""
|
Cleanup: fix various typos
Found via codespell -q 3 -S ./intern,./extern -L ans,ba,bording,datas,eiter,fiter,hist,inout,lod,ot,parm,parms,pixelx,pres,te
Contributed by luzpaz.
Differential Revision: https://developer.blender.org/D15155
2022-06-13 13:17:32 +02:00
|
|
|
Utilities relating to text mode console interactions.
|
2022-05-20 12:41:44 +10:00
|
|
|
"""
|