Fix error message for displacy auto_select_port (#12343)

This commit is contained in:
Adriane Boyd 2023-02-28 16:36:03 +01:00
parent be673462be
commit 18f4378a91

View File

@ -967,7 +967,7 @@ class Errors(metaclass=ErrorsWithCodes):
E1049 = ("No available port found for displaCy on host {host}. Please specify an available port "
"with `displacy.serve(doc, port=port)`")
E1050 = ("Port {port} is already in use. Please specify an available port with `displacy.serve(doc, port=port)` "
"or use `auto_switch_port=True` to pick an available port automatically.")
"or use `auto_select_port=True` to pick an available port automatically.")
# Deprecated model shortcuts, only used in errors and warnings