Merge pull request #2207 from BoboTiG/patch-1

Fix DeprecationWarning: invalid escape sequence in services.py
This commit is contained in:
Joffrey F 2018-12-28 07:32:10 +09:00 committed by GitHub
commit 3151b0ef2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ class DNSConfig(dict):
class Privileges(dict):
"""
r"""
Security options for a service's containers.
Part of a :py:class:`ContainerSpec` definition.