The list of required access permissions uses the word “everyone” to mean
“no special permissions are needed”. The word “none” fits better.
---
 lib/build/sphinx_ext.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/build/sphinx_ext.py b/lib/build/sphinx_ext.py
index b68f570..1d6ca91 100644
--- a/lib/build/sphinx_ext.py
+++ b/lib/build/sphinx_ext.py
@@ -482,7 +482,7 @@ def _BuildRapiAccessTable(res):
       if access:
         perms = utils.CommaJoin(sorted(access))
       else:
-        perms = "*everyone*"
+        perms = "*(none)*"
 
       yield ("  | :ref:`%s <%s>`: %s" %
              (method, _MakeRapiResourceLink(method, uri), perms))
-- 
1.8.1.3

Reply via email to