From 2df47de8902f0d788b5c9136fb08c15c7d3d9ab6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 3 Feb 2025 17:30:20 +0100 Subject: [PATCH] Apply suggestions from code review --- python/PyQt6/core/auto_additions/qgis.py | 2 +- python/core/auto_additions/qgis.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/PyQt6/core/auto_additions/qgis.py b/python/PyQt6/core/auto_additions/qgis.py index ba25a71c7ac3..9c6af4a38d06 100644 --- a/python/PyQt6/core/auto_additions/qgis.py +++ b/python/PyQt6/core/auto_additions/qgis.py @@ -2556,7 +2556,7 @@ .. versionadded:: 3.42 * ``RemoveCredentials``: Completely remove credentials (eg passwords) from the URI. This flag is not compatible with the RedactCredentials flag. -* ``RedactCredentials``: Replace the value of credentials (eg passwords) with 'xxxxxxxx. This flag is not compatible with the RemoveCredentials flag. +* ``RedactCredentials``: Replace the value of credentials (eg passwords) with 'xxxxxxxx'. This flag is not compatible with the RemoveCredentials flag. """ # -- diff --git a/python/core/auto_additions/qgis.py b/python/core/auto_additions/qgis.py index 4715b8a520cf..e2e8582f3bea 100644 --- a/python/core/auto_additions/qgis.py +++ b/python/core/auto_additions/qgis.py @@ -2528,7 +2528,7 @@ .. versionadded:: 3.42 * ``RemoveCredentials``: Completely remove credentials (eg passwords) from the URI. This flag is not compatible with the RedactCredentials flag. -* ``RedactCredentials``: Replace the value of credentials (eg passwords) with 'xxxxxxxx. This flag is not compatible with the RemoveCredentials flag. +* ``RedactCredentials``: Replace the value of credentials (eg passwords) with 'xxxxxxxx'. This flag is not compatible with the RemoveCredentials flag. """ # --