Skip to content

Commit

Permalink
add code formatting (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 23, 2021
1 parent d2254ba commit 02466fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/man/doctests.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ help avoid unintentional filtering in following doctest blocks.

Another option is to use the `filter` keyword argument. This defines a doctest-local filter
which is only active for the specific doctest. Note that such filters are not shared between
named doctests either. It is possible to define a filter by a single regex (filter = r"foo")
or as a list of regex (filter = [r"foo", r"bar"]). Example:
named doctests either. It is possible to define a filter by a single regex (`filter = r"foo"`)
or as a list of regex (`filter = [r"foo", r"bar"]`). Example:

````markdown
```jldoctest; filter = r"[0-9\.]+ seconds \(.*\)"
Expand Down

0 comments on commit 02466fa

Please sign in to comment.