Skip to content

Conversation

@dinesh-git17
Copy link
Contributor

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.
  • If I used AI to develop this pull request, I prompted it to follow AGENTS.md.

Description

Fixes redundant phrasing in the melt section of the reshaping documentation.

Current:

"by setting the ignore_index=False parameter to False"

Fixed:

"by setting the ignore_index parameter to False"

The original text redundantly states ignore_index=False and then says to set it to False.

@mroeschke mroeschke added the Docs label Dec 9, 2025
@mroeschke mroeschke added this to the 3.0 milestone Dec 9, 2025
@mroeschke mroeschke merged commit 7165d63 into pandas-dev:main Dec 9, 2025
9 checks passed
@mroeschke
Copy link
Member

Thanks @dinesh-git17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants