Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit d935662

Browse files
authored
Update README.md
1 parent e431ede commit d935662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ a linter for pandas usage, please see [pandas-vet](https://github.com/deppen8/pa
3535
| PDF015 | from import from 'pandas.testing' (use 'import pandas._testing as tm') |
3636
| PDF016 | found 'unittest.mock' (use 'pytest.monkeypatch' instead) |
3737
| PDF017 | 'pd.api.types' used (import from 'pandas.api.types' instead) |
38-
| PDF018 | 'common' imported from 'pandas.core' without 'comm' alias |
38+
| PDF018 | 'common' imported from 'pandas.core' without 'com' alias |
3939
| PDF019 | found both 'pd.foo' and 'foo' in the same file |
4040
| PDF020 | found private import across modules |
4141
| PDF021 | found 'np.bool' or 'np.object' (use 'np.bool_' or 'np.object_' instead) |

0 commit comments

Comments
 (0)