Use double quotes for all docstrings, including single-quoted docstrings (#9020)

This commit is contained in:
Micha Reiser 2023-12-07 13:41:00 +09:00 committed by GitHub
parent 946b308197
commit 981a0703ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 209 additions and 4 deletions

View file

@ -14,5 +14,8 @@
{
"indent_style": "tab",
"indent_width": 4
},
{
"quote_style": "single"
}
]

View file

@ -150,3 +150,8 @@ class TabbedIndent:
Normal indented line
- autor
"""
def single_quoted():
' content\ '
return