From a01f40e847404e33062abf1f9324cceebad6ad3d Mon Sep 17 00:00:00 2001
From: Kuntai Du <kuntai@uchicago.edu>
Date: Fri, 10 Jan 2025 23:51:02 +0800
Subject: [PATCH] [Docs] Fix docstring in `get_ip` function (#11932)

Signed-off-by: Kuntai Du <kuntai@uchicago.edu>
---
 vllm/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vllm/utils.py b/vllm/utils.py
index 8c3e5200b3d98..217ccb25cef6d 100644
--- a/vllm/utils.py
+++ b/vllm/utils.py
@@ -446,7 +446,7 @@ def get_ip() -> str:
         logger.warning(
             "The environment variable HOST_IP is deprecated and ignored, as"
             " it is often used by Docker and other software to"
-            "interact with the container's network stack. Please"
+            "interact with the container's network stack. Please "
             "use VLLM_HOST_IP instead to set the IP address for vLLM processes"
             " to communicate with each other.")
     if host_ip: