From 76b2b723b2a365c7e9e66bf22492760e0bc4ff5a Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 10 Nov 2024 17:30:27 -0800 Subject: [PATCH] api: fix typo in python ClientFromEnvironment docs (#7604) --- api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client.go b/api/client.go index 2528fb21..4688d4d1 100644 --- a/api/client.go +++ b/api/client.go @@ -55,7 +55,7 @@ func checkError(resp *http.Response, body []byte) error { // ClientFromEnvironment creates a new [Client] using configuration from the // environment variable OLLAMA_HOST, which points to the network host and -// port on which the ollama service is listenting. The format of this variable +// port on which the ollama service is listening. The format of this variable // is: // // ://: