Skip to content

DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py #11004

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
Sep 5, 2015

Conversation

terrytangyuan
Copy link
Contributor

Added default values for params in doc-string and added missing param doc-string that are needed for new users.


chunksize : int, default None
If specified, return an iterator where `chunksize` is the number
of rows to include in each chunk.
Returns
Copy link
Member

Choose a reason for hiding this comment

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

needs a blank line above 'Returns'

@jorisvandenbossche
Copy link
Member

small comment, otherwise looks good!

@jorisvandenbossche jorisvandenbossche added this to the 0.17.0 milestone Sep 5, 2015
…aram doc-string for sql.py (+1 squashed commit)

Squashed commits:
[54fc057] DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py
@terrytangyuan
Copy link
Contributor Author

Done. Thanks! @jorisvandenbossche

jorisvandenbossche added a commit that referenced this pull request Sep 5, 2015
DOC: consistent doc-string with function declaration, added missing param doc-string for sql.py
@jorisvandenbossche jorisvandenbossche merged commit 1bb8d07 into pandas-dev:master Sep 5, 2015
@jorisvandenbossche
Copy link
Member

Thanks!

@terrytangyuan terrytangyuan deleted the sqlDefault branch September 5, 2015 18:39
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.

2 participants