Skip to content

Commit ba75c31

Browse files
JohnVillalovosnejch
authored andcommitted
chore: fix missing space in deprecation message
1 parent cbd4263 commit ba75c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/snippets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def public(self, **kwargs: Any) -> Union[RESTObjectList, List[RESTObject]]:
192192
"""
193193
utils.warn(
194194
message=(
195-
"Gitlab.snippets.public() is deprecated and will be removed in a"
195+
"Gitlab.snippets.public() is deprecated and will be removed in a "
196196
"future major version. Use Gitlab.snippets.list_public() instead."
197197
),
198198
category=DeprecationWarning,

0 commit comments

Comments
 (0)