Skip to content

Commit 77734a8

Browse files
committed
Update notebooks
1 parent 6244bdb commit 77734a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/config.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
" If ``total`` is ``True``, an exception will be raised if any Jinja2 variables/expressions cannot be\n",
365365
" rendered. Otherwise, such variables/expressions will be passed through unchanged in the output.\n",
366366
" \n",
367-
" Recognized file extensions are: ini, nml, sh, yaml\n",
367+
" Recognized file extensions are: ``ini``, ``nml``, ``sh``, ``yaml``\n",
368368
" \n",
369369
" :param input_config: Input config file (``None`` => read ``stdin``).\n",
370370
" :param input_format: Input config format (default: deduced from filename extension; ``yaml`` if that fails).\n",
@@ -1003,7 +1003,7 @@
10031003
"compare(path1: 'Path | str', path2: 'Path | str', format1: 'str | None' = None, format2: 'str | None' = None) -> 'bool'\n",
10041004
" Compare two config files.\n",
10051005
" \n",
1006-
" Recognized file extensions are: ini, nml, sh, yaml\n",
1006+
" Recognized file extensions are: ``ini``, ``nml``, ``sh``, ``yaml``\n",
10071007
" \n",
10081008
" :param path1: Path to 1st config file.\n",
10091009
" :param path2: Path to 2nd config file.\n",

0 commit comments

Comments
 (0)