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:
parent
bf7be4dc5a
commit
eceaa4f0be
@ -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'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user