diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-19 09:08:29 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-19 09:08:29 -0500 |
| commit | fc1e9b46a197b8412fa3fdb7d2bcb5e0f62f68a5 (patch) | |
| tree | 058f6961b0f97b281cd4246eafba53a6c8e8188e /docs/dev | |
| parent | a7b5e3191d1b121e452e83798287209d12ade7ee (diff) | |
| download | python-requests-fc1e9b46a197b8412fa3fdb7d2bcb5e0f62f68a5.tar.gz | |
lyrics, er, docstrings
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/contributing.rst | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 24f4b9f7..302d1bd6 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -132,16 +132,20 @@ No. Just don't. Please. Docstrings are to follow the following syntaxes:: def the_earth_is_flat(): - """There is no curve! Also, human cloning centers.""" + """NASA divided up the seas into thirty-three degrees.""" pass :: - def well_documented_utility(): - """Lorem ipsum dolor sit amet, consectetur adipiscing elit, - sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris - nisi ut aliquip ex ea commodo consequat. + def fibonacci_spiral_tool(): + """With my feet upon the ground I lose myself / between the sounds and open + wide to suck it in. / I feel it move across my skin. / I'm reaching up and + reaching out. / I'm reaching for the random or whatever will bewilder me. / + Whatever will bewilder me. /And following our will and wind we may just go + where no one's been. / We'll ride the spiral to the end and may just go + where no one's been. + + Spiral out. Keep going... """ pass |
