Skip to content

DOC: remove an extra colon #34533

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
Jun 2, 2020
Merged

DOC: remove an extra colon #34533

merged 1 commit into from
Jun 2, 2020

Conversation

partev
Copy link
Contributor

@partev partev commented Jun 2, 2020

fix a typo by removing an extra colon

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

fix a typo by removing an extra colon
@partev partev changed the title [DOC] remove an extra colon DOC: remove an extra colon Jun 2, 2020
@@ -321,7 +321,7 @@ Byte-ordering issues
--------------------
Occasionally you may have to deal with data that were created on a machine with
a different byte order than the one on which you are running Python. A common
symptom of this issue is an error like:::
symptom of this issue is an error like::
Copy link
Member

Choose a reason for hiding this comment

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

Thanks @partev - aren't there two extra colons though?

Suggested change
symptom of this issue is an error like::
symptom of this issue is an error like:

Copy link
Member

Choose a reason for hiding this comment

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

@MarcoGorelli the two colons are a restructuredtext construct to ensure the following block is a code block

Copy link
Member

Choose a reason for hiding this comment

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

ah oops - thanks Joris!

@jorisvandenbossche jorisvandenbossche added this to the 1.1 milestone Jun 2, 2020
@jorisvandenbossche jorisvandenbossche merged commit b3c3126 into pandas-dev:master Jun 2, 2020
@jorisvandenbossche
Copy link
Member

@partev thanks!

@partev partev deleted the patch-1 branch June 2, 2020 21:30
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.

3 participants