Skip to content

Commit b18de5a

Browse files
committed
Fix misspelling
1 parent 233a34e commit b18de5a

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
@@ -236,7 +236,7 @@ def detect_newline(f: TextIO) -> str:
236236

237237

238238
def generate_one(variant, mapping, *, console, pip_versions):
239-
# Determing the correct wheel to download
239+
# Determining the correct wheel to download
240240
pip_version = determine_latest(pip_versions.keys(), constraint=mapping["pip"])
241241
wheel_url, wheel_hash = pip_versions[pip_version]
242242

0 commit comments

Comments
 (0)