From 8221b4b754d94863588e64872d42f3bd065c6305 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Nov 28 2023 14:22:17 +0000 Subject: docstring typo --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index 0e66791..9e41f38 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -11215,7 +11215,7 @@ class RootExports(object): """ Copy the tag and its current (or event) contents to existing one. It doesn't copy inheritance. Suitable for creating snapshots of tags. External repos are not linked. - Destination tag must not exist. For creating new snapshots use snapshotTag + Destination tag must already exist. For creating new snapshots use snapshotTag Calling user needs to have 'admin' or 'tag' permission.