--- a/eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py Fri Aug 28 19:34:39 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py Fri Aug 28 19:50:22 2020 +0200 @@ -19,7 +19,7 @@ class Gpg(HgExtension): """ - Class implementing the fetch extension interface. + Class implementing the gpg extension interface. """ def __init__(self, vcs): """ @@ -33,7 +33,7 @@ def shutdown(self): """ - Public method used to shutdown the fetch interface. + Public method used to shutdown the gpg interface. """ if self.gpgSignaturesDialog is not None: self.gpgSignaturesDialog.close()