Skip to content

Commit 1c2467e

Browse files
committed
1 parent 3cadeb6 commit 1c2467e

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
@@ -180,7 +180,7 @@ an email address.
180180
{email = "[email protected]"},
181181
]
182182
maintainers = [
183-
{name = "Brett Cannon", email = "brett@python.org"}
183+
{name = "Brett Cannon", email = "brett@example.com"}
184184
]
185185
186186
@@ -329,7 +329,7 @@ A full example
329329
{email = "[email protected]"},
330330
]
331331
maintainers = [
332-
{name = "Brett Cannon", email = "brett@python.org"}
332+
{name = "Brett Cannon", email = "brett@example.com"}
333333
]
334334
description = "Lovely Spam! Wonderful Spam!"
335335
readme = "README.rst"

0 commit comments

Comments
 (0)