We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7097d37 commit eb1980cCopy full SHA for eb1980c
doc/source/ecosystem.rst
@@ -584,7 +584,7 @@ Type stubs
584
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585
586
pandas by itself doesn't expose any type information to the user.
587
-This means that in pandas-dependant projects the type checkers like Mypy won't perform like expected
+This means that in pandas-dependant projects the type checkers like mypy won't perform like expected
588
and will treat all pandas objects as they were of type ``Any``.
589
Learn more by reading through these issues `14468 <https://github.com/pandas-dev/pandas/issues/14468>`_,
590
`26766 <https://github.com/pandas-dev/pandas/issues/26766>`_, `28142 <https://github.com/pandas-dev/pandas/issues/28142>`_.
0 commit comments