Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Jun 11, 2019
1 parent 26a0633 commit aaba735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buzz/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def sentences(self):
Get unique sentences
"""
bool_ix = self.index.get_level_values('i') == 1
return self[bool_ix]
return self[bool_ix]
2 changes: 1 addition & 1 deletion docs/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ With a parsed and metadata-rich text, you can find, well, whatever you could pos

```python
verbs = dtrt.just.wordclass.VERB.just.setting("SAL'S FAMOUS PIZZERIA").skip.speaker.SAL
verbs.see.speaker.by.lemma.head().to_html()
verbs.see.speaker.by.lemma.to_html()
```

<table border="1" class="dataframe">
Expand Down

0 comments on commit aaba735

Please sign in to comment.