Fix an invalid escape sequence

This commit is contained in:
Chih-Hsuan Yen
2018-07-09 01:10:00 +08:00
committed by GitHub
parent ef88b9faa6
commit b1a360c2f1
+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.