Skip to content

Commit a8361ed

Browse files
committed
Remove unprintable char
1 parent 8e6b978 commit a8361ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Two libraries are especially inspiring:
3030

3131
`Requests <http://docs.python-requests.org>`_
3232
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 option of being able to write such clean code.
33+
At the very least, we should have the option of being able to write such clean code.
3434

3535
The API provides grouped functional access to otherwise distributed logic in Plone.
3636
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

Comments
 (0)