aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2020-07-24 17:42:42 +0800
committerGravatar kosayoda <[email protected]>2020-07-24 17:42:42 +0800
commit6bab215b45b5ad2d40b68459a70e7731af2eb7a2 (patch)
tree9a04a2dba182299e5dd8414a3f763f6e45f585e0 /tests
parentMerge 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