docs: Fix incorrect description of copy method (#1821)

* docs: Fix typo

* docs: Fix incorrect description of copy method

* changes: Add changes description file

* docs: Add space before parentheses

Co-authored-by: PrettyWood <em.jolibois@gmail.com>

Co-authored-by: PrettyWood <em.jolibois@gmail.com>
This commit is contained in:
Geon Kim - KimMachineGun
2020-10-09 19:28:04 +09:00
committed by GitHub
parent 75859a9d58
commit be8ef63a33
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Fix typo in the anchor of exporting_models.md#modelcopy and incorrect description.
+1 -1
View File
@@ -71,7 +71,7 @@ Models possess the following methods and attributes:
cf. [exporting models](exporting_models.md#modeljson)
`copy()`
: returns a deep copy of the model; cf. [exporting models](exporting_models.md#modeldcopy)
: returns a copy (by default, shallow copy) of the model; cf. [exporting models](exporting_models.md#modelcopy)
`parse_obj()`
: a utility for loading any object into a model with error handling if the object is not a dictionary;