Skip to content

Commit aec2da1

Browse files
committed
Merge branch 'master' of https://github.com/simon-ritchie/numdoclint into issue#14
# Conflicts: # README.md
2 parents 067cc7d + de9025a commit aec2da1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ The following arguments are provided. Only `--path` argument is required, other
268268
notebook. If not, Python module will be checked.
269269
-f IGNORE_FUNC_NAME_PREFIX_LIST, --ignore_func_name_prefix_list IGNORE_FUNC_NAME_PREFIX_LIST
270270
A prefix list of function name conditions to ignore.
271-
e.g., test_,sample_. Comma separated string is
271+
e.g., 'test_,sample_'. Comma separated string is
272272
acceptable.
273273
-i IGNORE_INFO_ID_LIST, --ignore_info_id_list IGNORE_INFO_ID_LIST
274-
List of IDs to ignore lint checking. e.g, 1,2,3. Comma
274+
List of IDs to ignore lint checking. e.g, '1,2,3'. Comma
275275
separated integer is acceptable.
276276
-o, --enable_default_or_optional_doc_check
277277
If specified, the `default` and `optional` stringin

0 commit comments

Comments
 (0)