From 8b2e7378d637fefa16ef1bb058f9a1cb86b4333b Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Tue, 15 Oct 2024 14:04:46 +0200 Subject: [PATCH] Doc: reword sentence --- swig/python/gdal-utils/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swig/python/gdal-utils/README.rst b/swig/python/gdal-utils/README.rst index 6027c71ecf43..a277662fb4bc 100644 --- a/swig/python/gdal-utils/README.rst +++ b/swig/python/gdal-utils/README.rst @@ -77,8 +77,8 @@ binaries:: Coding best practices --------------------- -Use existing scripts for style guidelines, generally newer ones are -will be more pythonic than old. +Use existing scripts for style guidelines, newer ones are generally +more pythonic than old ones. Passes _flake8_ lint test.