Skip to content

Commit 895ecb3

Browse files
derek73claude
andcommitted
docs: Locale docstring links to the locale packs guide
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent bdc4cfd commit 895ecb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nameparser/_locale.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class Locale:
2525
together by :func:`nameparser.parser_for`. The packs shipped with
2626
nameparser live in :mod:`nameparser.locales`; building your own
2727
needs no registration -- construct one and pass it to
28-
``parser_for``."""
28+
``parser_for``. See the :doc:`locale packs guide </locales>` for
29+
using, creating, and contributing packs."""
2930

3031
#: Identifier, lowercase ``[a-z0-9_]+`` (e.g. "ru", "tr_az").
3132
code: str

0 commit comments

Comments
 (0)