Skip to content

Commit ccca33b

Browse files
committed
Address comment by @akx
See #947 (comment) Signed-off-by: martin f. krafft <[email protected]>
1 parent 3f51b98 commit ccca33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __init__(
182182
:param territory: the territory (country or region) code
183183
:param script: the script code
184184
:param variant: the variant code
185-
:param modifier: a modifier ('@variant')
185+
:param modifier: a modifier (following the '@' symbol, sometimes called '@variant')
186186
:raise `UnknownLocaleError`: if no locale data is available for the
187187
requested locale
188188
"""

0 commit comments

Comments
 (0)