diff --git a/docs/about.rst b/docs/about.rst index 03f1d56d..2adfa876 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -30,7 +30,7 @@ Two libraries are especially inspiring: `Requests `_ If you look at the documentation for this library, or see `the comparison between the urllib2 way and the requests way `_, you can see a parallel for Plone regarding the way we *have been* versus the way we *should be* writing code. - At the very least, we should have the optionĀ of being able to write such clean code. + At the very least, we should have the option of being able to write such clean code. The API provides grouped functional access to otherwise distributed logic in Plone. 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`.