diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-09 18:45:23 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-09 18:45:23 +0900 |
commit | 120d8c7392c80cb56399329942bd603be3b7f0a2 (patch) | |
tree | b48c8ee279cd2259bd84de02d9176781e9f85580 | |
parent | 885bd9466eaf40097005a5e1c54f1a9984be5984 (diff) | |
download | buildstream-120d8c7392c80cb56399329942bd603be3b7f0a2.tar.gz |
CONTRIBUTING.rst: Fix typos in previous commit.
Ooops, that was done far too quickly.
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 781cd58ea..e9c027703 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -272,8 +272,8 @@ comments and docstrings. .. note:: - Python does not really support docstrings on instance variables, but - sphinx does pick them up includes them in the generated documentation. + Python does not support docstrings on instance variables, but sphinx does + pick them up and includes them in the generated documentation. **Internal instance variable**:: |