From b48822b2231975b4ff18b2719d9d62ffa7e74823 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Wed, 25 Feb 2015 19:01:24 +0100 Subject: [PATCH] TYPO IN COMMENTS of @copy TYPO IN COMMENTS: one exact copT of the original = copY of the .... --- src/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/building.py b/src/commands/default/building.py index b1fcdd3c78..b888d33446 100644 --- a/src/commands/default/building.py +++ b/src/commands/default/building.py @@ -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"