From eceaa4f0be4fb89229430a5eb32ec42205886df0 Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Sun, 2 Oct 2022 19:46:27 +0100
Subject: [PATCH] pyproject.toml: Fix typoed 'Contributing.md'

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index bc3a32b0..91c6e7e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ plugins = [ "coverage_conditional_plugin" ]
 # NB: The name versus content of all of these are inverted because of the way
 #     they're used.  When a pragma cites one it causes that code block to
 #     **NOT** be considered for code coverage.
-#     See Contributin.md#test-coverage for more details.
+#     See Contributing.md#test-coverage for more details.
 sys-platform-win32 = "sys_platform != 'win32'"
 sys-platform-not-win32 = "sys_platform == 'win32'"
 sys-platform-darwin = "sys_platform != 'darwin'"