VCS/__init__.py

changeset 6303
ec9ebaf206fb
parent 6188
5a6ae3be31e6
child 6645
ad476851d7e0
--- a/VCS/__init__.py	Mon May 21 22:16:21 2018 +0200
+++ b/VCS/__init__.py	Wed May 23 19:36:11 2018 +0200
@@ -10,7 +10,7 @@
 The general part of the VCS interface defines classes to implement common
 dialogs. These are a dialog to enter command options, a dialog to display
 some repository information and an abstract base class. The individual
-interfaces (i.e. CVS) have to be subclasses of this base class.
+interfaces have to be subclasses of this base class.
 """
 
 from __future__ import unicode_literals

eric ide

mercurial