Skip to content

Commit 713ac6a

Browse files
lint
1 parent ba9f79c commit 713ac6a

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
@@ -353,7 +353,7 @@ Code changes over time, bugs are fixed, APIs change, and so it's good to be clea
353353
The most common version specifier is a **lower bound,** allowing any version higher than the specified version.
354354
Ideally you should set this to the lowest version that is still compatible with your package, but in practice for new packages this is often set at the version that was current at the time the package was written[^lowerbound].
355355

356-
[^lowerbound]:
356+
[^lowerbound]:
357357

358358
Lower bounds look like this:
359359

0 commit comments

Comments
 (0)