Merge pull request #4728 from yan12125/patch-1

Fix an invalid escape sequence
This commit is contained in:
Ian Stapleton Cordasco
2018-07-09 07:19:50 -05:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
r"""
The ``codes`` object defines a mapping from common names for HTTP statuses
to their numerical codes, accessible either as attributes or as dictionary
items.