Re: [PATCH v2 1/2] Documentation: sphinx: Add missing comma to list of strings

2019-08-12 Thread Jonathan Corbet
On Mon, 12 Aug 2019 18:07:04 +0200 Jonathan Neuschäfer wrote: > In Python, like in C, when a comma is omitted in a list of strings, the > two strings around the missing comma are concatenated. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - new patch > --- > Documentation/sphinx/auto

[PATCH v2 1/2] Documentation: sphinx: Add missing comma to list of strings

2019-08-12 Thread Jonathan Neuschäfer
In Python, like in C, when a comma is omitted in a list of strings, the two strings around the missing comma are concatenated. Signed-off-by: Jonathan Neuschäfer --- v2: - new patch --- Documentation/sphinx/automarkup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docume