fix typo deecopy
Original source was a gist? https://gist.github.com/Deco/3985043
This commit is contained in:
parent
7096b9ad9d
commit
3a2d10d8cf
@ -25,8 +25,8 @@
|
||||
|
||||
Usage
|
||||
-----
|
||||
copy = table.deecopy(orig)
|
||||
copy = table.deecopy(orig, params, customcopyfunc_list)
|
||||
copy = table.deepcopy(orig)
|
||||
copy = table.deepcopy(orig, params, customcopyfunc_list)
|
||||
|
||||
`params` is a table of parameters to inform the copy functions how to
|
||||
copy the data. The default ones available are:
|
||||
|
Reference in New Issue
Block a user