diff options
-rw-r--r-- | docs/build_meta.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst index cb372721..57aea986 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -114,7 +114,7 @@ specified by :pep:`517`, is to "tweak" ``setuptools.build_meta`` by using a with **environment markers** are enough to differentiate operating systems and platforms. -If you add the following configuration to your ``pyprojec.toml``: +If you add the following configuration to your ``pyproject.toml``: .. code-block:: toml |