From: W. Trevor King Date: Wed, 12 May 2010 22:16:40 +0000 (-0400) Subject: Remove ~~ in info attribute reference of doc/hacking.txt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e753d6bf32f2afcd5f81debb6ad5713c181e06c1;p=hooke.git Remove ~~ in info attribute reference of doc/hacking.txt --- diff --git a/doc/hacking.txt b/doc/hacking.txt index b671e05..70f85e8 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -111,7 +111,7 @@ Experiments_ tags need a data-holding container to tag, and :class:`~hooke.curve.Data` (for example approach and retract curves in a :class:`~hooke.experiment.VelocityClamp` experiment would be seperate blocks). :class:`~hooke.curve.Curve`\s also have an -:attr:`~~hooke.curve.Curve.info` attribute for persistently storing +:attr:`~hooke.curve.Curve.info` attribute for persistently storing arbitrary data. Playlists