[doc] fix misleading (=wrong) quote usage
This commit is contained in:
parent
a1d2e1d8f9
commit
381869ef65
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ Coding guidelines
|
||||||
|
|
||||||
I’m pretty open to whatever style you use, but if it’s all the same to
|
I’m pretty open to whatever style you use, but if it’s all the same to
|
||||||
you (and yes, I know that the current codebase is only slowly adapting
|
you (and yes, I know that the current codebase is only slowly adapting
|
||||||
to this): - Please favour single quotes for strings (except for
|
to this): - Please favour double quotes for strings.
|
||||||
docstrings, which are always """) - For private methods/variables,
|
For private methods/variables,
|
||||||
please use a leading ``__`` (e.g. ``__output`` rather than ``_output``)
|
please use a leading ``__`` (e.g. ``__output`` rather than ``_output``)
|
||||||
|
|
||||||
For anything else, please run your code through `black <https://github.com/psf/black>`_.
|
For anything else, please run your code through `black <https://github.com/psf/black>`_.
|
||||||
|
|
Loading…
Reference in a new issue