Skip to content

Commit a55f6be

Browse files
committed
change the note to a warning
1 parent 5390003 commit a55f6be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/reference/aliases.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@ pandas typing aliases
1010
Typing aliases
1111
**************
1212

13-
.. currentmodule:: pandas.api.atyping.aliases
13+
.. currentmodule:: pandas.api.typing.aliases
1414

1515
The typing declarations in ``pandas/_typing.py`` are considered private, and used
1616
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.
19-
Note that the definitions and use cases of these aliases are subject to change.
2019
They are documented here for users who wish to use these declarations in their
2120
own python code that calls pandas or expects certain results.
2221

22+
.. warning::
23+
24+
Note that the definitions and use cases of these aliases are subject to change without notice in any major, minor, or patch release of pandas.
25+
2326
Each of these aliases listed in the table below can be found by importing them from :py:mod:`pandas.api.typing.aliases`.
2427

2528
==================================== ================================================================

0 commit comments

Comments
 (0)