Skip to content

Commit

Permalink
ReST fixes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Dec 26, 2014
1 parent 2dfd3e4 commit 83898b0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ Persistent descriptors:

- ``property``

A simple computed property.
A simple computed property.

See ``src/zope/cachedescriptors/property.txt``.
See ``src/zope/cachedescriptors/property.txt``.

- ``method``

Idempotent method. The return values are cached based on method
arguments and on any instance attributes that the methods are
defined to depend on.
Idempotent method. The return values are cached based on method
arguments and on any instance attributes that the methods are
defined to depend on.

**Note**, only a cache based on arguments has been implemented so far.
.. note::

Only a cache based on arguments has been implemented so far.

See ``src/zope/cachedescriptors/method.txt``.
See ``src/zope/cachedescriptors/method.txt``.

0 comments on commit 83898b0

Please sign in to comment.