Browse Source

[2964] corrected a minor typo in docstring

JINMEI Tatuya 12 years ago
parent
commit
3bd3919f26
1 changed files with 1 additions and 1 deletions
  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.
 
         """