Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 3, 2024
1 parent e75ea7d commit bac9dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _modules/acro/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1>Source code for acro.record</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="n">loaded</span></div>


<div class="viewcode-block" id="Record"><a class="viewcode-back" href="../../record.html#acro.record.Record">[docs]</a><span class="k">class</span> <span class="nc">Record</span><span class="p">:</span> <span class="c1"># pylint: disable=too-many-instance-attributes,too-few-public-methods</span>
<div class="viewcode-block" id="Record"><a class="viewcode-back" href="../../record.html#acro.record.Record">[docs]</a><span class="k">class</span> <span class="nc">Record</span><span class="p">:</span> <span class="c1"># pylint: disable=too-many-instance-attributes</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Stores data related to a single output record.</span>

<span class="sd"> Attributes</span>
Expand Down

0 comments on commit bac9dd3

Please sign in to comment.