Skip to content

Commit 42156f6

Browse files
authored
Fix an extra space
1 parent ccad89e commit 42156f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Environments for this repository are configured in [`tox.ini`] as described belo
1717
The `lint` environment ensures that the code meets basic coding standards, including
1818

1919
- [_Black_] formatting style
20-
- [mypy] type annotation checker , as configured by [`mypy.ini`]
20+
- [mypy] type annotation checker, as configured by [`mypy.ini`]
2121
- [pylint], as configured by [`.pylintrc`]
2222

2323
The _Black_ and mypy passes are applied also to [Jupyter] notebooks (via [nbqa]).

0 commit comments

Comments
 (0)