python3Packages.notion-client: fix typo

"defalt" -> "default"
This commit is contained in:
fetsorn 2023-05-08 21:56:49 +04:00
parent 2d091690f5
commit e371de93d1

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
httpx
];
# disable coverage options as they don't provide us value, and they break the defalt pytestCheckHook
# disable coverage options as they don't provide us value, and they break the default pytestCheckHook
preCheck = ''
sed -i '/addopts/d' ./setup.cfg
'';