Skip to content

Commit a7083ed

Browse files
mcpatepradyunsg
authored andcommitted
Fix misspelling
1 parent d03a9e8 commit a7083ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def detect_newline(f: TextIO) -> str:
248248

249249

250250
def generate_one(variant, mapping, *, console, pip_versions):
251-
# Determing the correct wheel to download
251+
# Determining the correct wheel to download
252252
pip_version = determine_latest(pip_versions.keys(), constraint=mapping["pip"])
253253
wheel_url, wheel_hash = pip_versions[pip_version]
254254

0 commit comments

Comments
 (0)