Skip to content

Commit f511d82

Browse files
nickgarveygfyoung
authored andcommitted
DOC: Fix double back-tick in 'Reshaping by Melt' section (#17030)
See current stable docs for the issue: https://pandas.pydata.org/pandas-docs/stable/reshaping.html#reshaping-by-melt The double ` is causing the entire paragraph to be fixed width until the next double `. This commit removes the extra "`"
1 parent 031d7a9 commit f511d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reshaping.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ the right thing:
265265
Reshaping by Melt
266266
-----------------
267267

268-
The top-level :func:``melt` and :func:`~DataFrame.melt` functions are useful to
268+
The top-level :func:`melt` and :func:`~DataFrame.melt` functions are useful to
269269
massage a DataFrame into a format where one or more columns are identifier variables,
270270
while all other columns, considered measured variables, are "unpivoted" to the
271271
row axis, leaving just two non-identifier columns, "variable" and "value". The

0 commit comments

Comments
 (0)