Skip to content

Commit

Permalink
Display a list rather than an iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored May 26, 2020
1 parent 8a116d3 commit c82be47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ from a configuration file.
The configuration file should be either in the local or a parent directory, or in any directory listed in
```python
from jupytext.config import global_jupytext_configuration_directories
global_jupytext_configuration_directories()
list(global_jupytext_configuration_directories())
```
which include `XDG_CONFIG_HOME` (defaults to `$HOME/.config`) and `XDG_CONFIG_DIR`.

Expand Down

0 comments on commit c82be47

Please sign in to comment.