You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Two libraries are especially inspiring:
30
30
31
31
`Requests <http://docs.python-requests.org>`_
32
32
If you look at the documentation for this library, or see `the comparison between the urllib2 way and the requests way <https://gist.github.com/973705>`_, you can see a parallel for Plone regarding the way we *have been* versus the way we *should be* writing code.
33
-
At the very least, we should have the optionof being able to write such clean code.
33
+
At the very least, we should have the optionof being able to write such clean code.
34
34
35
35
The API provides grouped functional access to otherwise distributed logic in Plone.
36
36
This distribution is a result of two historical factors: reuse of CMF- and Zope-methods, and reasonable but hard to remember splits like `acl_users` and `portal_memberdata`.
0 commit comments