Skip to content

Commit 8c89f99

Browse files
committed
Use proper syntax for release notes.
1 parent 114b2c2 commit 8c89f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ including other versions of pandas.
1919
Other Enhancements
2020
^^^^^^^^^^^^^^^^^^
2121

22-
- You can now refer to a column name with spaces by quoting it in backticks for the functions DataFrame.query and DataFrame.eval. (:issue`6508`)
22+
- You can now refer to a column name with spaces by quoting it in backticks for the functions :func:`DataFrame.query` and :func:`DataFrame.eval`. (:issue:`6508`)
2323
-
2424
-
2525

0 commit comments

Comments
 (0)