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

Formatted docstrings are not recognized #85

Open
pineapplemachine opened this issue Jun 7, 2015 · 1 comment
Open

Formatted docstrings are not recognized #85

pineapplemachine opened this issue Jun 7, 2015 · 1 comment

Comments

@pineapplemachine
Copy link

For convenience I use string formatting to substitute recurring strings, especially descriptions of arguments, in docstrings. Pycco's output just has %s in these places.

@0atman
Copy link

0atman commented Apr 17, 2017

pycco is language agnostic, so it is unlikely that this is an easy fix. Same reason you can't just use any string for the docstring, it has to be

"""
three double-quotes
"""

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

No branches or pull requests

2 participants