Skip to content

Commit 741cc2e

Browse files
committed
Use Zope instead of Zope 2
1 parent 8c86145 commit 741cc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/classic-ui/views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Helper views also get around the following limitations:
709709
- Not being able to import Python modules.
710710
711711
```{note}
712-
Using `RestrictedPython` scripts (creating Python through the Management Interface) and Zope 2 Extension modules is discouraged.
712+
Using `RestrictedPython` scripts (creating Python through the Management Interface) and Zope Extension modules is discouraged.
713713
The same functionality can be achieved with helper views, with less potential pitfalls.
714714
```
715715
@@ -979,7 +979,7 @@ There are two different classes that share the same name `ViewPageTemplateFile`.
979979
980980
- Zope [`BrowserView` source code](https://github.com/zopefoundation/zope.publisher/blob/dea3d4757390d04f6a5b53e696f08d0cab5f6023/src/zope/publisher/browser.py#L958).
981981
- [`Five` version](https://github.com/zopefoundation/Zope/blob/d1814d0a6bddb615629b552de10e9aa5ad30a6da/src/Products/Five/browser/__init__.py#L20).
982-
[`Products.Five`](https://github.com/zopefoundation/Zope/blob/master/src/Products/Five/doc/manual.txt) is a way to access some Zope 3 technologies from the Zope 2 codebase, which is used by Plone.
982+
[`Products.Five`](https://github.com/zopefoundation/Zope/blob/master/src/Products/Five/doc/manual.txt) is a way to access some Zope 3 technologies from the Zope codebase, which is used by Plone.
983983
984984
Compare the differences in code.
985985

0 commit comments

Comments
 (0)