Skip to content

Commit 5a1cae0

Browse files
authored
Change to uppercase then reproduce #30 (#31)
1 parent ec9a482 commit 5a1cae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang_tools/install.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def uninstall_tool(tool_name: str, version: str, directory: str):
159159
160160
:param tool_name: The name of the clang tool to uninstall.
161161
:param version: The version of the clang-tools to remove.
162-
:param directory: the directory from which to remove the
162+
:param directory: The directory from which to remove the
163163
installed clang-tools.
164164
"""
165165
tool_path = Path(directory, f"{tool_name}-{version}{suffix}")
@@ -178,7 +178,7 @@ def uninstall_clang_tools(version: str, directory: str):
178178
"""Uninstall a clang tool of a given version.
179179
180180
:param version: The version of the clang-tools to remove.
181-
:param directory: the directory from which to remove the
181+
:param directory: The directory from which to remove the
182182
installed clang-tools.
183183
"""
184184
install_dir = install_dir_name(directory)

0 commit comments

Comments
 (0)