From 93802e4863e75d2af911aec8cddc9747b041a39e Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 22 Nov 2022 09:40:27 +0100 Subject: [PATCH] rewrite TODO to Note --- spacy/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy/util.py b/spacy/util.py index 537e55d23..a37e336b1 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -971,8 +971,8 @@ def run_command( if isinstance(command, str): cmd_str = command else: # list - # TODO list2cmdline is an intentionally undocumented internal Python - # function, check if we want to use this. + # Note: list2cmdline is an intentionally undocumented internal Python + # function, cf #11378 cmd_str = subprocess.list2cmdline(command) tool = command[0] else: