From 34040e04398054a8ab335e3b8ff5dae7ddcd3472 Mon Sep 17 00:00:00 2001 From: "gabor.illes" Date: Fri, 10 May 2019 09:24:30 +0200 Subject: [PATCH] Framework name fixed in documentation part Framework name fixed in documentation part Change-Id: I1bd5e4f41c82db41327124e2b5b60473ccdbdc3f --- src/access_management/rest-plugin/am_api_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/access_management/rest-plugin/am_api_base.py b/src/access_management/rest-plugin/am_api_base.py index b1b01d0..f0dd7db 100644 --- a/src/access_management/rest-plugin/am_api_base.py +++ b/src/access_management/rest-plugin/am_api_base.py @@ -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. -- 2.16.6