Framework name fixed in documentation part 71/671/1 master
authorgabor.illes <gabor.illes@nokia.com>
Fri, 10 May 2019 07:24:30 +0000 (09:24 +0200)
committergabor.illes <gabor.illes@nokia.com>
Fri, 10 May 2019 07:24:30 +0000 (09:24 +0200)
Framework name fixed in documentation part

Change-Id: I1bd5e4f41c82db41327124e2b5b60473ccdbdc3f

src/access_management/rest-plugin/am_api_base.py

index b1b01d0..f0dd7db 100644 (file)
@@ -76,7 +76,7 @@ class AMApiBase(RestResource):
     @staticmethod
     def embed_data(data, code=0, desc=""):
         """
-        Embeds the data into the NCIR Restfulframework preferred format.
+        Embeds the data into the YARF preferred format.
         :param data: The data to encapsulate, it should be a dictionary
         :param code: The error code, it should be 0 on success. (Default: 0)
         :param desc: The description of the error, if no error happened it can be an empty string.