Skip to content

Commit

Permalink
remove double back tick in markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 1, 2021
1 parent d733814 commit be897bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/exporting_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sets or dictionaries. This allows nested selection of which fields to export:
{!.tmp_examples/exporting_models_exclude1.py!}
```

The ``True`` indicates that we want to exclude or include an entire key, just as if we included it in a set.
The `True` indicates that we want to exclude or include an entire key, just as if we included it in a set.
Of course, the same can be done at any depth level.

Special care must be taken when including or excluding fields from a list or tuple of submodels or dictionaries. In this scenario,
Expand Down

0 comments on commit be897bc

Please sign in to comment.