Skip to content

Commit 8ea5734

Browse files
committed
Change example name from spam to spam-eggs
1 parent 52db69f commit 8ea5734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ only field that cannot be marked as dynamic.
5454
.. code-block:: toml
5555
5656
[project]
57-
name = "spam"
57+
name = "spam-eggs"
5858
5959
6060
``version``
@@ -317,7 +317,7 @@ A full example
317317
.. code-block:: toml
318318
319319
[project]
320-
name = "spam"
320+
name = "spam-eggs"
321321
version = "2020.0.0"
322322
dependencies = [
323323
"httpx",

0 commit comments

Comments
 (0)