Skip to content

Commit 89a2332

Browse files
Fix white space
Co-authored-by: Jeremiah Paige <[email protected]>
1 parent 41a9d7e commit 89a2332

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
@@ -273,7 +273,7 @@ you want to have listed as authors and maintainers on your PyPI landing page.
273273

274274
In the previous lessons, you added both a [README.md](add-readme) file and a [LICENSE](add-license-coc) to your package repository.
275275
Once you have those files, you can refer to the README from your pyproject.toml file, and add a short code indicating your choice of LICENSE
276-
following the example below.
276+
following the example below.
277277

278278
{emphasize-lines="20-21"}
279279
```toml

0 commit comments

Comments
 (0)