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".

@mroeschkemroeschke added this to the 3.0 milestone Dec 9, 2025
@mroeschkemroeschke merged commit 7c8a40a into pandas-dev:mainDec 9, 2025
8 checks passed
@mroeschke
Copy link
Member

Thanks @dinesh-git17

@mo5861511-eng

This comment was marked as off-topic.

Sign up for freeto 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.

3 participants

@dinesh-git17@mroeschke@mo5861511-eng