Skip to content

Commit b5005ba

Browse files
committed
backquote
1 parent 683f06f commit b5005ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nbdev/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Read and write nbdev's `settings.ini file.
1+
"""Read and write nbdev's `settings.ini` file.
22
`get_config` is the main function for reading settings."""
33

44
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/09_API/01_config.ipynb.
@@ -8,7 +8,7 @@
88
'write_cells']
99

1010
# %% ../nbs/09_API/01_config.ipynb 2
11-
_doc_ = """Read and write nbdev's `settings.ini file.
11+
_doc_ = """Read and write nbdev's `settings.ini` file.
1212
`get_config` is the main function for reading settings."""
1313

1414
# %% ../nbs/09_API/01_config.ipynb 3

nbs/09_API/01_config.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputs": [],
2727
"source": [
2828
"#|export\n",
29-
"_doc_ = \"\"\"Read and write nbdev's `settings.ini file.\n",
29+
"_doc_ = \"\"\"Read and write nbdev's `settings.ini` file.\n",
3030
"`get_config` is the main function for reading settings.\"\"\""
3131
]
3232
},

0 commit comments

Comments
 (0)