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 a subject-verb agreement error in the merge_asof section of the merging documentation.

Current:

"For each row in the left DataFrame, the last row in the right DataFrame are selected..."

Fixed:

"For each row in the left DataFrame, the last row in the right DataFrame is selected..."

The subject "the last row" is singular and requires the singular verb "is" rather than "are".

@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 7c8a40a into pandas-dev:main Dec 9, 2025
8 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