Skip to content

Commit 41a9d7e

Browse files
Fix missing word
Co-authored-by: Jeremiah Paige <[email protected]>
1 parent f6e23a3 commit 41a9d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ dependencies = ["numpy>=1.0", "requests==10.1", "pandas", "pydantic>=1.7,<2"]
666666
requires-python = ">=3.10"
667667
readme = "README.md"
668668

669-
# Pick your license using license expression syntax specified here:
669+
# Pick your license using the license expression syntax specified here:
670670
# https://packaging.python.org/en/latest/specifications/license-expression/
671671
# We suggest MIT, BSD-3-Clause or Apache-2.0
672672
license = "MIT"

0 commit comments

Comments
 (0)