cosmetic
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 3 Dec 2012 13:34:01 +0000 (14:34 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 3 Dec 2012 13:34:01 +0000 (14:34 +0100)
sfa/util/method.py

index b9cd05e..eb3cba5 100644 (file)
@@ -56,7 +56,7 @@ class Method:
        
     def __call__(self, *args, **kwds):
         """
-        Main entry point for all SfaAPI functions. Type checks
+        Main entry point for all SFA API functions. Type checks
         arguments, authenticates, and executes call().
         """