Parcourir la source

[2964] corrected a minor typo in docstring

JINMEI Tatuya il y a 12 ans
Parent
commit
3bd3919f26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/xfrin/xfrin.py.in

+ 1 - 1
src/bin/xfrin/xfrin.py.in

@@ -1454,7 +1454,7 @@ class Xfrin:
         The actual handling is deletegated to the DataSrcClientsMgr class;
         this method is a simple wrapper.
 
-        This is essentially private, but implemented as 'private' so tests
+        This is essentially private, but implemented as 'protected' so tests
         can refer to it; other external use is prohibited.
 
         """