From b6f7fb1c3b5be02bdf6be03dee571e644e642010 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 26 Aug 2024 18:55:00 -0400 Subject: [PATCH] fixed typo in comment (#11490) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 177a3226f307..007c1a869669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] # These requirements must be kept sync with the requirements in -# ./github/requirements/build-requirements.{in,txt} +# ./.github/requirements/build-requirements.{in,txt} requires = [ "maturin>=1,<2",