1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

pyproject.toml: Fix typoed 'Contributing.md'

This commit is contained in:
Athanasius 2022-10-02 19:46:27 +01:00
parent bf7be4dc5a
commit eceaa4f0be
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -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'"