We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feee467 commit 73ea6caCopy full SHA for 73ea6ca
doc/source/getting_started/basics.rst
@@ -1973,7 +1973,7 @@ Pandas has two ways to store strings.
1973
1. ``object`` dtype, which can hold any Python object, including strings.
1974
2. :class:`StringDtype`, which is dedicated to strings.
1975
1976
-Generally, we recommend using :class:`StringDtype`. See :ref:`text.types` fore more.
+Generally, we recommend using :class:`StringDtype`. See :ref:`text.types` for more.
1977
1978
Finally, arbitrary objects may be stored using the ``object`` dtype, but should
1979
be avoided to the extent possible (for performance and interoperability with
0 commit comments