Standardize on hanging indent in documentation
Most of the documentation using 4 space hanging indent, but there are a few places where it needs to be cleaned up. I attached a patch to give some examples and get you started.
Rules to follow:
- The closing parenthesis goes on its own line, aligned with the line that contains the opening parenthesis.
- Include a trailing comma after the last kwarg or item in the dict or tuple so more items can be added later without modifying that line again.
Any questions, let me know.
Change History
(12)
Summary: |
Standardize on hanging indent in documentaion → Standardize on hanging indent in documentation
|
Owner: |
changed from nobody to Anurag Sharma
|
Status: |
new → assigned
|
Easy pickings: |
set
|
Owner: |
Anurag Sharma removed
|
Status: |
assigned → new
|
Owner: |
set to Ed Henderson
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In utils.txt, (new) line 670, there's no trailing comma. It kinda makes sense that there isn't one, since the function has exactly three arguments, but checking to see if that was intended.