Skip to content

DOC: Updates typo in to_timedelta docs #55952

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 2 commits into from
Nov 14, 2023

Conversation

lazarust
Copy link
Contributor

@lazarust lazarust commented Nov 14, 2023

@@ -121,7 +121,7 @@ def to_timedelta(
* 'us' / 'microseconds' / 'microsecond' / 'micro' / 'micros' / 'U'
* 'ns' / 'nanoseconds' / 'nano' / 'nanos' / 'nanosecond' / 'N'

Must not be specified when `arg` context strings and ``errors="raise"``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you keep the backticks?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Sorry about that.

@lazarust lazarust changed the title Updates typo DOC: Updates typo in to_timedelta docs Nov 14, 2023
@datapythonista datapythonista added Docs Timedelta Timedelta data type labels Nov 14, 2023
@datapythonista datapythonista merged commit 6e4f10b into pandas-dev:main Nov 14, 2023
@datapythonista
Copy link
Member

Nice, thanks @lazarust for taking care of it.

@lazarust lazarust deleted the typo-in-to-timedelta-docs branch November 14, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Typo in the method "to_timedelta" doc
3 participants