Skip to content

Commit 381ca36

Browse files
committed
Clarify the "see below" pointer in the new customize.rst lead-in
The pointer sent readers to "Module-level Shared Configuration Instance" for private-config guidance, but that section title reads as being about the shared instance, not the private alternative -- name what's actually there (the three explicit forms) instead. Found in review of #283.
1 parent 4f3fe14 commit 381ca36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/customize.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ instance is the only channel that reaches parses happening in code you don't
77
own -- helpers, pipelines, a third-party library using nameparser internally
88
-- the same role ``logging`` and ``locale`` play elsewhere. For anything
99
scoped to one dataset, one library, or one test, pass your own ``Constants``
10-
instance instead; see "Module-level Shared Configuration Instance" below.
10+
instance instead -- see the three explicit forms under "Module-level Shared
11+
Configuration Instance" below.
1112

1213
Recognition of titles, prefixes, suffixes and conjunctions is handled by
1314
matching the lower case characters of a name piece with pre-defined sets

0 commit comments

Comments
 (0)