Skip to content

Remove extra space in resample freq deprecation #59251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

jrbourbeau
Copy link
Contributor

@jrbourbeau jrbourbeau commented Jul 15, 2024

While running dask tests against the nightly version of pandas I noticed there's an extra space in the resample frequency deprecation warning (note the extra space before "instead"):

FutureWarning: 'd' is deprecated and will be removed in a future version, please use 'D'  instead.

This PR just removes the extra space.

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

@jrbourbeau jrbourbeau requested a review from MarcoGorelli as a code owner July 15, 2024 21:42
@mroeschke mroeschke added the Warnings Warnings that appear or should be added to pandas label Jul 15, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 15, 2024
@mroeschke mroeschke merged commit 40c63d8 into pandas-dev:main Jul 15, 2024
49 checks passed
@mroeschke
Copy link
Member

Thanks @jrbourbeau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Warnings Warnings that appear or should be added to pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants