py-docstring-style pep-257-nn closing quotes error

Bug #1241147 reported by Andreas Roehler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

When checking the example given at

http://stackoverflow.com/questions/19423207/is-py-fill-paragraph-broken-in-python-mode-el

the result is

class Class(object):
    """A long long long long long long long long long long long long long long
    long long long long line."""

While example describing

PEP-257-NN:

    """Process foo, return bar."""

    """Process foo, return bar.

    If processing fails throw ProcessingError.
    """

I.e. with two lines, the closing quotes shall be at an separate line.

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
importance: Undecided → Medium
milestone: none → 6.1.3
status: New → Triaged
Changed in python-mode:
status: Triaged → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.