diff options
| author | 2020-07-24 17:42:42 +0800 | |
|---|---|---|
| committer | 2020-07-24 17:42:42 +0800 | |
| commit | 6bab215b45b5ad2d40b68459a70e7731af2eb7a2 (patch) | |
| tree | 9a04a2dba182299e5dd8414a3f763f6e45f585e0 /tests | |
| parent | Merge pull request #1064 from python-discord/bug/1036/empty-embed-fields (diff) | |
Fix: Implicit string concatenation considered harmful
Python joins two string adjacent string literals implicitly, which may
cause unintended side effects when used with certain string methods.
>>> 'A' ' '.join(['1', '2', '3'])
'1A 2A 3'
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions