Skip to content

Commit f14dfe6

Browse files
committed
update Scalar description
1 parent 72cd77e commit f14dfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/aliases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Alias Meaning
7272
:py:type:`ReadCsvBuffer` Additional argument type corresponding to buffers for :meth:`pandas.read_csv`
7373
:py:type:`ReadPickleBuffer` Additional argument type corresponding to buffers for :meth:`pandas.read_pickle`
7474
:py:type:`ReindexMethod` Argument type for ``reindex`` in :meth:`reindex`
75-
:py:type:`Scalar` Regular non-object types that can be stored in :class:`Series`
75+
:py:type:`Scalar` Types that can be stored in :class:`Series` with non-object dtype
7676
:py:type:`SequenceNotStr` Used for arguments that require sequences, but not plain strings
7777
:py:type:`SliceType` Argument types for ``start`` and ``end`` in :meth:`Index.slice_locs`
7878
:py:type:`SortKind` Argument type for ``kind`` in :meth:`sort_index` and :meth:`sort_values`

0 commit comments

Comments
 (0)