Peter Maydell <peter.mayd...@linaro.org> writes: > On Mon, 28 Sep 2020 at 20:16, Markus Armbruster <arm...@redhat.com> wrote: >> >> Peter Maydell <peter.mayd...@linaro.org> writes: >> > +Descriptions of arguments can span multiple lines. The description >> > +text can start on the line following the '@argname:', in which case >> > +it must not be indented at all. It can also start on the same line >> > +as the '@argname:'. In this case if it spans multiple lines then >> > +second and subsequent lines must be indented to line up with the >> > +first character of the first line of the description: >> >> Please put two spaces after sentence-ending punctuation, for local >> consistency, and to keep Emacs sentence commands working. > > Is there a python lint program that can auto-check this? > Otherwise I am going to continue to put single-spaces at > least some of the time, because that's the way I write all > the other English text I write...
John, any idea? The ones I use apparently don't, even though PEP 8 asks for this style. >> Can touch this up in my tree, of course. > > That would certainly be easier for me :-) Happy to help :)