Apply suggestions from code review

This commit is contained in:
Even Rouault 2025-02-03 17:30:20 +01:00 committed by Nyall Dawson
parent 597a945995
commit b63d11ea0d
2 changed files with 2 additions and 2 deletions

View File

@ -2556,7 +2556,7 @@ Qgis.UriCleaningFlag.__doc__ = """Flags for cleaning layer URIs.
.. 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.
"""
# --

View File

@ -2528,7 +2528,7 @@ Qgis.UriCleaningFlag.__doc__ = """Flags for cleaning layer URIs.
.. 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.
"""
# --