Skip to content

Commit cfe1bad

Browse files
committed
BUG: replaces single backticks with double backticks for rst
1 parent eb46686 commit cfe1bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ as an attribute:
226226
panel.one
227227
228228
You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;
229-
if you try to use attribute access to create a new column, it issues a `UserWarning` and creates a new attribute rather than a
229+
if you try to use attribute access to create a new column, it issues a ```UserWarning`` and creates a new attribute rather than a
230230
new column.
231231

232232
.. ipython:: python

0 commit comments

Comments
 (0)