Skip to content
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

doc(reference): Standardize docstring syntax #427

Merged
merged 1 commit into from
Feb 4, 2015

Conversation

kgriffs
Copy link
Member

@kgriffs kgriffs commented Jan 30, 2015

Unify the use of markup in docstrings, particulary relating to the use of
backticks and asterisks. Also clean up any remaining minor inconsistencies or
errors in the docstrings.

Closes #334

by implementing non-blocking behavior for the cases mentioned
above.

Args:
stream: Instance of socket._fileobject from environ['wsgi.input']
stream: Instance of ``socket._fileobject`` from ``environ['wsgi.input']``
Copy link
Contributor

Choose a reason for hiding this comment

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

Line too long

@rahmansyed
Copy link
Contributor

Just realized that after seeing the pep8 failures you likely could've identified the lines locally. Sorry for the spam!

@kgriffs
Copy link
Member Author

kgriffs commented Feb 4, 2015

@rsyed83 no worries, thanks for the review!

Unify the use of markup in docstrings, particulary relating to the use of
backticks and asterisks. Also clean up any remaining minor inconsistencies or
errors in the docstrings.

Closes falconry#334
kgriffs added a commit that referenced this pull request Feb 4, 2015
doc(reference): Standardize docstring syntax
@kgriffs kgriffs merged commit 7df77ea into falconry:master Feb 4, 2015
@kgriffs kgriffs deleted the issues/334 branch February 4, 2015 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalize use of text styles in docstrings
2 participants