Fix typo [ci skip]

This commit is contained in:
Ines Montani 2019-11-25 13:08:19 +01:00
parent 2d8c6e1124
commit 2160ecfc92

View File

@ -72,7 +72,7 @@ class Warnings(object):
"instead.") "instead.")
W014 = ("As of v2.1.0, the `disable` keyword argument on the serialization " W014 = ("As of v2.1.0, the `disable` keyword argument on the serialization "
"methods is and should be replaced with `exclude`. This makes it " "methods is and should be replaced with `exclude`. This makes it "
"consistent with the other objects serializable.") "consistent with the other serializable objects.")
W015 = ("As of v2.1.0, the use of keyword arguments to exclude fields from " W015 = ("As of v2.1.0, the use of keyword arguments to exclude fields from "
"being serialized or deserialized is deprecated. Please use the " "being serialized or deserialized is deprecated. Please use the "
"`exclude` argument instead. For example: exclude=['{arg}'].") "`exclude` argument instead. For example: exclude=['{arg}'].")