DOCS : fix data-validation.md code example

Fix pseudo code to avoid silent error
This commit is contained in:
playerla 2025-04-17 17:05:37 +02:00 committed by GitHub
parent 248c94bd35
commit f6cbe6e97a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ Appending a plus sign to the field identifier would instead _add_ these choices
FIELD_CHOICES = { FIELD_CHOICES = {
'dcim.Site.status+': ( 'dcim.Site.status+': (
... ...
) ),
} }
``` ```