Skip to content

DOC: add subsequent_indent to wrapped text #15173

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

Conversation

thoralf-gutierrez
Copy link

Hey guys,

This should fix the parsing error in the read_csv documentation :

image

fill wraps the line to 70 characters (what's left after the beginning of the line) but it wasn't indenting the subsequent line, so the parser was marking it as a new parameter (in bold).

This PR adds the missing indent, which should fix the parsing.

@Pyo25
Copy link

Pyo25 commented Jan 19, 2017

LGTM

@jreback jreback added the Docs label Jan 19, 2017
@jreback jreback added this to the 0.20.0 milestone Jan 19, 2017
@jorisvandenbossche jorisvandenbossche merged commit a8104e9 into pandas-dev:master Jan 22, 2017
@jorisvandenbossche
Copy link
Member

@thoralf-gutierrez Thanks!

AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
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.

4 participants