Opened 9 years ago

Closed 9 years ago

#25331 closed Cleanup/optimization (fixed)

Remove trailing blank lines in docstrings

Reported by: Tim Graham Owned by: Maxime Lorant
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

For example: https://github.com/django/django/blob/05239180c06819b4dc8e6a1d12cbd6d50a31d1ee/tests/admin_views/tests.py#L2180-L2185

I think there should be a relatively easy way using unix tools to search over the code base to find and fix instances of this.

Change History (2)

comment:1 by Maxime Lorant, 9 years ago

Owner: changed from nobody to Maxime Lorant
Status: newassigned

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 5153a3bf:

Fixed #25331 -- Removed trailing blank lines in docstrings.

Note: See TracTickets for help on using tickets.
Back to Top