bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55773: Emacs 29.0.50:: allow single-quoted chars in docstring


From: Andreas Röhler
Subject: bug#55773: Emacs 29.0.50:: allow single-quoted chars in docstring
Date: Thu, 2 Jun 2022 21:49:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Need to display single-quoted chars in docstring dealing with Python code


result = some_function_that_takes_arguments(
    'a', 'b', 'c',
    'd', 'e', 'f'
)

Example shown in

https://peps.python.org/pep-0008/#indentation


reply via email to

[Prev in Thread] Current Thread [Next in Thread]