Skip to content

Commit 5b68f85

Browse files
Brunner246Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2475011 commit 5b68f85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utility_controller/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_language() -> str:
6666
"""
6767

6868

69-
def set_language(language: language) -> None:
69+
def set_language(lang: language) -> None:
7070
"""Sets the 3D language and refreshes the UI.
7171
7272
Examples:
@@ -75,7 +75,7 @@ def set_language(language: language) -> None:
7575
>>> uc.set_language(cadwork.language.german)
7676
7777
Parameters:
78-
language: The language to set.
78+
lang: The language to set.
7979
"""
8080

8181

0 commit comments

Comments
 (0)