Mercurial > hgrepos > Python > libs > ConfigMix
changeset 89:35ce96a3150e
Use :rfc: role to link to RFCs
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 17 Mar 2018 13:20:42 +0100 |
| parents | 5d47693916ee |
| children | 99e7b10c8aa8 |
| files | configmix/variables.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/variables.py Thu Mar 15 15:08:15 2018 +0100 +++ b/configmix/variables.py Sat Mar 17 13:20:42 2018 +0100 @@ -122,7 +122,7 @@ @filter("saslprep") def saslprep(config, v): - """Do a `SASLprep` according to RFC4013 on `v`. + """Do a `SASLprep` according to :rfc:`4013` on `v`. This is a Stringprep Profile for usernames and passwords
