Skip to content

Commit

Permalink
Fix docstring import
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Feb 18, 2024
1 parent 27e2f41 commit a94c3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ impl Index {
/// `tantivy.tantivy.LNormal` or `tantivy.tantivy.LDecompose` classes.
/// Example:
/// ```python
/// from tantivy import Index, LNormal, LDecompose, LinderaDictionaryKind
/// from tantivy import Index
/// from tantivy.lindera import LNormal, LDecompose, LinderaDictionaryKind
/// ...
/// index = Index(schema)
/// index.register_lindera_tokenizer(
Expand Down

0 comments on commit a94c3cc

Please sign in to comment.