Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
120d8c73
by Tristan Van Berkom at 2018-10-09T09:45:23Z
1 changed file:
Changes:
... | ... | @@ -272,8 +272,8 @@ comments and docstrings. |
272 | 272 |
|
273 | 273 |
.. note::
|
274 | 274 |
|
275 |
- Python does not really support docstrings on instance variables, but
|
|
276 |
- sphinx does pick them up includes them in the generated documentation.
|
|
275 |
+ Python does not support docstrings on instance variables, but sphinx does
|
|
276 |
+ pick them up and includes them in the generated documentation.
|
|
277 | 277 |
|
278 | 278 |
**Internal instance variable**::
|
279 | 279 |
|