From 36d5f762a34890a39e4fb813446cf11b2fa8fbf5 Mon Sep 17 00:00:00 2001 From: Zhangrp Date: Fri, 16 Dec 2022 18:16:03 +0800 Subject: [PATCH] fix argument name --- website/docs/api/top-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/top-level.md b/website/docs/api/top-level.md index 343627286..d426a0077 100644 --- a/website/docs/api/top-level.md +++ b/website/docs/api/top-level.md @@ -247,7 +247,7 @@ browser. Will run a simple web server. | `manual` | Don't parse `Doc` and instead expect a dict or list of dicts. [See here](/usage/visualizers#manual-usage) for formats and examples. Defaults to `False`. ~~bool~~ | | `port` | Port to serve visualization. Defaults to `5000`. ~~int~~ | | `host` | Host to serve visualization. Defaults to `"0.0.0.0"`. ~~str~~ | -| `auto_switch_port` | If `True`, automatically switch to a different port if the specified port is already in use. Defaults to `False`. ~~bool~~ | +| `auto_select_port` | If `True`, automatically switch to a different port if the specified port is already in use. Defaults to `False`. ~~bool~~ | ### displacy.render {#displacy.render tag="method" new="2"}