Skip to content

Commit 3151b0e

Browse files
authored
Merge pull request #2207 from BoboTiG/patch-1
Fix DeprecationWarning: invalid escape sequence in services.py
2 parents 60ffeed + 341e258 commit 3151b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/types/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def __init__(self, nameservers=None, search=None, options=None):
714714

715715

716716
class Privileges(dict):
717-
"""
717+
r"""
718718
Security options for a service's containers.
719719
Part of a :py:class:`ContainerSpec` definition.
720720

0 commit comments

Comments
 (0)