Skip to content

Commit 6902efa

Browse files
mode -> future
1 parent bcb9357 commit 6902efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.3.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ correctly, rather than defaulting to ``object`` dtype. For example:
4444

4545
.. code-block:: python
4646
47-
>>> pd.options.mode.infer_string = True
47+
>>> pd.options.future.infer_string = True
4848
>>> df = pd.DataFrame()
4949
>>> df.columns.dtype
5050
dtype('int64') # default RangeIndex for empty columns

0 commit comments

Comments
 (0)