[PATCH bmaptool v2 0/7] Fix various typos across the codebase
Folker Schwesinger
dev at folker-schwesinger.de
Fri Apr 26 14:14:06 PDT 2024
While familiarizing myself with the bmaptool code I fixed various typos
across the codebase.
The changes include mostly corrections to docstrings and comments but
also a few user-facing strings.
Changes in v2:
- replace dash with comma in CLI.py comment
- remove netrc module name fix
Folker Schwesinger (7):
BmapCopy: Fix typos
BmapCreate: Fix typos
BmapHelpers: Fix typo
CLI: Fix typos
Filemap: Fix typos
TransRead: Fix typos
tests: Fix typos
src/bmaptool/BmapCopy.py | 26 +++++++++++++-------------
src/bmaptool/BmapCreate.py | 4 ++--
src/bmaptool/BmapHelpers.py | 2 +-
src/bmaptool/CLI.py | 14 +++++++-------
src/bmaptool/Filemap.py | 36 ++++++++++++++++++------------------
src/bmaptool/TransRead.py | 24 ++++++++++++------------
tests/helpers.py | 2 +-
tests/test_api_base.py | 4 ++--
tests/test_bmap_helpers.py | 16 ++++++++--------
tests/test_compat.py | 2 +-
tests/test_filemap.py | 2 +-
11 files changed, 66 insertions(+), 66 deletions(-)
base-commit: ee69ec9777774e1a37c97a15bd3ae8de7e723e69
--
2.44.0
More information about the Bmap-tools
mailing list