diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 16:52:26 -0500 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-02-19 02:55:58 +0530 |
commit | 4b4e516e1684abdc201cd7b8c4fb2c3e28db1ccd (patch) | |
tree | 1ca7effb9cc3bffe7a8debe16a28d5586b6431cd /docs | |
parent | 9dbaeae09e99fc5533f67786207ad9dd737f5954 (diff) | |
download | meson-4b4e516e1684abdc201cd7b8c4fb2c3e28db1ccd.zip meson-4b4e516e1684abdc201cd7b8c4fb2c3e28db1ccd.tar.gz meson-4b4e516e1684abdc201cd7b8c4fb2c3e28db1ccd.tar.bz2 |
pylint 2.16: join iterables without repeated append
We do += style joining in a loop, but we could just join with
`''.join()` which is faster, neater, and simpler.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions