Skip to content

Commit d57841f

Browse files
committed
Fix lgtm
1 parent b0d3998 commit d57841f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/autoqa/wikidata/preprocess-knowledge-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ module.exports = {
462462
});
463463
parser.add_argument('--wikidata-entity-list', {
464464
required: false,
465-
help: "full list of entities in the wikidata dump, named items_wikidata_n.json in CSQA," +
465+
help: "full list of entities in the wikidata dump, named items_wikidata_n.json in CSQA, " +
466466
"in the form of a dictionary with QID as keys and canonical as values."
467467
});
468468
parser.add_argument('--wikidata-property-list', {

0 commit comments

Comments
 (0)