From 4ff650fa26ed57281ef3cb1a4681cbe862857bf9 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Mon, 11 Jun 2018 15:55:39 +0200 Subject: [PATCH] Clarify complicated sentence in docs Clarify complicated sentence in doc/source/getting-started/architecture.rst Change-Id: I8ed5f39d9c2f388c1503b9f61f2fe980a7b7f0f1 --- doc/source/getting-started/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting-started/architecture.rst b/doc/source/getting-started/architecture.rst index b60ca6d809..c4eca69de8 100644 --- a/doc/source/getting-started/architecture.rst +++ b/doc/source/getting-started/architecture.rst @@ -304,8 +304,8 @@ While it is expected that any "real" deployment at a large company will manage their users and groups in their existing user systems, a variety of CRUD operations are provided for the sake of development and testing. -CRUD is treated as an extension or additional feature to the core feature set -in that it is not required that a backend support it. It is expected that +CRUD is treated as an extension or additional feature to the core feature set, +in that a backend is not required to support it. It is expected that backends for services that don't support the CRUD operations will raise a :mod:`keystone.exception.NotImplemented`.