From a8361ed4f24df027cd3afae68a30454ad5b299e1 Mon Sep 17 00:00:00 2001 From: ale-rt Date: Thu, 4 Oct 2018 18:05:19 +0200 Subject: [PATCH] Remove unprintable char --- docs/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.