From 98f51f4cec98601090dd93a4214c8739b25eb088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Rivi=C3=A8re?= Date: Wed, 1 Jul 2026 12:01:33 +0200 Subject: [PATCH] fix: typo --- gitlab/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/client.py b/gitlab/client.py index ea3a0c209..e12efd321 100644 --- a/gitlab/client.py +++ b/gitlab/client.py @@ -793,7 +793,7 @@ def http_get( **kwargs: Extra options to send to the server (e.g. sudo) Returns: - A requests result object is streamed is True or the content type is + A requests result object if streamed is True or the content type is not json. The parsed json data otherwise.