mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #675 from tajmone/Tristano-typos
TYPO IN COMMENTS of CMD @copy
This commit is contained in:
commit
2e3d3bc655
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class CmdCopy(ObjManipCommand):
|
|||
since it was first created.
|
||||
|
||||
Create one or more copies of an object. If you don't supply any targets,
|
||||
one exact copt of the original object will be created with the name *_copy.
|
||||
one exact copy of the original object will be created with the name *_copy.
|
||||
"""
|
||||
|
||||
key = "@copy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue