src/source/zca.rst
changeset 90 06915aa059c5
parent 75 5cf9c8a16aee
child 104 942151432421
--- a/src/source/zca.rst	Fri May 25 14:28:29 2018 +0200
+++ b/src/source/zca.rst	Tue Jun 19 16:11:57 2018 +0200
@@ -3,8 +3,9 @@
 Zope Component Architecture with PyAMS
 ++++++++++++++++++++++++++++++++++++++
 
-The **Zope Component Architecture** (aka **ZCA**) is used by the Pyramid framework "under the hood" to handle interfaces,
-adapters and utilities. You don't **have to** use it in your own applications. But you can.
+PyAMS packages are developed based on the **Zope Component Architecture** (aka **ZCA**). ZCA is used by the Pyramid framework
+"under the hood" to handle interfaces, adapters and utilities. You don't **have to** use it in your own applications.
+But you can.
 
 The ZCA is mainly adding elements like **interfaces**, **adapters** and **utilities** to the Python language. It
 allows you to write a framework or an application by using **components** which can be extended easily.