Skip to content

Commit 1c57a37

Browse files
committed
contributing.md: Fix typo of flake8.
1 parent 081da06 commit 1c57a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Ready to contribute? Here's how to set up _geemap_ for local development.
7878
5. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox:
7979
8080
```
81-
pflake8 geemap tests
81+
flake8 geemap tests
8282
```
8383
8484
```

0 commit comments

Comments
 (0)