Skip to content

Commit f4804d3

Browse files
committed
implemented doc fixes
1 parent bf0a106 commit f4804d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/reference/aliases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Typing aliases
1313
.. currentmodule:: pandas.api.atyping.aliases
1414

1515
The typing declarations in ``pandas/_typing.py`` are considered private, and used
16-
by pandasdevelopers for type checking of the pandascode base. For users, it is
16+
by pandas developers for type checking of the pandas code base. For users, it is
1717
highly recommended to use the ``pandas-stubs`` package that represents the officially
1818
supported type declarations for users of pandas.
1919
Note that the definitions and use cases of these aliases are subject to change.
2020
They are documented here for users who wish to use these declarations in their
21-
own python code that calls pandasor expects certain results.
21+
own python code that calls pandas or expects certain results.
2222

2323
Each of these aliases listed in the table below can be found by importing them from :py:mod:`pandas.api.typing.aliases`.
2424

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Other enhancements
8686
- Add ``"delete_rows"`` option to ``if_exists`` argument in :meth:`DataFrame.to_sql` deleting all records of the table before inserting data (:issue:`37210`).
8787
- Added half-year offset classes :class:`HalfYearBegin`, :class:`HalfYearEnd`, :class:`BHalfYearBegin` and :class:`BHalfYearEnd` (:issue:`60928`)
8888
- Added support to read and write from and to Apache Iceberg tables with the new :func:`read_iceberg` and :meth:`DataFrame.to_iceberg` functions (:issue:`61383`)
89-
- Certain aliases from :py:mod:`pandas._typing` are now exposed in :py:mod:`pandas.api.typing.aliases` (:issue:`55231`)
9089
- Errors occurring during SQL I/O will now throw a generic :class:`.DatabaseError` instead of the raw Exception type from the underlying driver manager library (:issue:`60748`)
9190
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` (:issue:`59091`)
9291
- Improved deprecation message for offset aliases (:issue:`60820`)
92+
- Many type aliases are now exposed in the new submodule :py:mod:`pandas.api.typing.aliases` (:issue:`55231`)
9393
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
9494
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
9595
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)

0 commit comments

Comments
 (0)