mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
Apply suggestions from code review
This commit is contained in:
parent
597a945995
commit
b63d11ea0d
@ -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.
|
||||
|
||||
"""
|
||||
# --
|
||||
|
||||
@ -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.
|
||||
|
||||
"""
|
||||
# --
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user