diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2025-07-22 20:40:48 -0700 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-07-23 20:17:55 -0300 |
| commit | 55b0cc21310b76ce4018dd793ba50556eaf0af06 (patch) | |
| tree | b56d75363688b6ac34f7e9a773c793d79750104b /scripts | |
| parent | 5527df91921b54b9fd1eb9aca3aabe91ec58a9c7 (diff) | |
Refs #36500 -- Shortened some long docstrings and comments.
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manage_translations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index 302a4f6473..ffa6ff3d0e 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -16,7 +16,7 @@ # operation to the specified language or resource. For example, to get stats # for Spanish in contrib.admin, run: # -# $ python scripts/manage_translations.py lang_stats --language=es --resources=admin +# $ python scripts/manage_translations.py lang_stats -l es -r admin # # Also each command supports a --verbosity option to get progress feedback. |
