Skip to content

Commit d0b7f18

Browse files
Terji PetersenTerji Petersen
authored andcommitted
double ticks
1 parent bf54041 commit d0b7f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ When users don't specify indexes or columns when instantiating :class:`DataFrame
318318
objects, pandas infers the index type for them. Previously, if it was not possible to
319319
infer the index type from the data, pandas used to infer the index to be a :class:`RangeIndex`,
320320
except when the frame/series was empty, then the index was inferred to be an :class:`Index`
321-
with dtype `object`.
321+
with dtype ``object``.
322322

323323
This has been changed, so the type of index/columns will always be :class:`RangeIndex`,
324324
when users don't declare the index and it's not possible to infer the index type from the data (:issue:`49572`).

0 commit comments

Comments
 (0)