Skip to content

Commit

Permalink
Reformat unintended doctest in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a3lem committed Feb 9, 2025
1 parent 9e59a60 commit 0de1287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ We can check that our new analyzer is working as expected
by passing some text to its `.analyze()` method.

```python
>>> my_analyzer.analyze('www.this1website1might1exist.com')
['this', 'website', 'might', 'exist']
# Will print: ['this', 'website', 'might', 'exist']
my_analyzer.analyze('www.this1website1might1exist.com')
```

The next step is to register our analyzer with an index. Let's
Expand Down

0 comments on commit 0de1287

Please sign in to comment.