Skip to content

Commit 9e2bab1

Browse files
authored
DOC: inline link (#59230)
avoid showing bare URL
1 parent d966462 commit 9e2bab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4554,8 +4554,8 @@ def query(self, expr: str, *, inplace: bool = False, **kwargs) -> DataFrame | No
45544554
For example, ```it's` > `that's``` will raise an error,
45554555
as it forms a quoted string (``'s > `that'``) with a backtick inside.
45564556
4557-
See also the Python documentation about lexical analysis
4558-
(https://docs.python.org/3/reference/lexical_analysis.html)
4557+
See also the `Python documentation about lexical analysis
4558+
<https://docs.python.org/3/reference/lexical_analysis.html>`__
45594559
in combination with the source code in :mod:`pandas.core.computation.parsing`.
45604560
45614561
Examples

0 commit comments

Comments
 (0)