From c26dbd8b314f902504e9f8dea759525c6b60f115 Mon Sep 17 00:00:00 2001 From: wendy Date: Mon, 26 Feb 2024 19:14:36 +0800 Subject: [PATCH] remove white space --- defog_data/supplementary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defog_data/supplementary.py b/defog_data/supplementary.py index 1a65ed2..c8f3fa2 100644 --- a/defog_data/supplementary.py +++ b/defog_data/supplementary.py @@ -193,7 +193,7 @@ def load_embeddings(emb_path: str) -> tuple[dict, dict]: "lake.country_name,text,The name of the country where the lake is located", "lake.state_name,text,The name of the state where the lake is located (if applicable)", "river.country_name,text,The name of the country the river flows through", - "river.traverse, text, The cities or landmarks the river passes through. Comma delimited and in title case, eg `New York,Albany,Boston`", + "river.traverse,text,The cities or landmarks the river passes through. Comma delimited and in title case, eg `New York,Albany,Boston`", "state.state_name,text,The name of the state", "state.country_name,text,The name of the country the state belongs to", "state.capital,text,The name of the capital city of the state",