Skip to content

Commit

Permalink
fix missing blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed May 5, 2022
1 parent 599b02e commit 0b9b6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ We can search for items that match one of several conditions:
If the list of arguments is empty, there is no match:
```python
>>> q.find()

<BLANKLINE>
```

To add match several conditions at once, the `filter` method can be used:
Expand Down Expand Up @@ -260,4 +260,4 @@ Calling the finder as a method works too:
#{'author': MetaInlines([Str('John'), Space(), Str('MacFarlane')]), 'date': MetaInlines([Str('2021-06-19')]), 'license': MetaInlines([Link(('', [], []), [Str('CC-BY-SA'), Space(), Str('4.0')], ('http://creativecommons.org/licenses/by-sa/4.0/', ''))]), 'title': MetaInlines([Str('CommonMark'), Space(), Str('Spec')]), 'version': MetaInlines([Str('0.30')])})
```
-->
-->

0 comments on commit 0b9b6e8

Please sign in to comment.