Skip to content

Commit

Permalink
spell-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 2, 2017
1 parent 944cbec commit 2307a3d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/tutorial.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/build/_sources/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Those of you that have used dice rolling programs before will notice that someth
>>> print die1, die2, roll(dice)
3, 2, 9

Not that the inputted string values can be upper or lower case. And note that the return values are integer.
.. versionadded:: 2.2

Note that the inputted string values can be upper or lower case. And note that the return values are integer.

The dice types to roll are:
D3, D4, D6, D8, D9, D10, D12, D20, D30, D100, D66, DD, FLUX, GOODFLUX, BADFLUX
Expand Down
2 changes: 1 addition & 1 deletion docs/build/modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="diceroll 2.2 Manual" href="index.html" />
<generator object at 0x03844198>
<generator object at 0x036B92B0>

<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_MODINDEX = true;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="" />
<link rel="top" title="diceroll 2.2 Manual" href="index.html" />
<generator object at 0x0378B878>
<generator object at 0x03693B70>
<script type="text/javascript" src="_static/searchtools.js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/searchindex.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/build/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ <h2>Rolling the Dice<a class="headerlink" href="#rolling-the-dice" title="Permal
<span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">die1</span><span class="p">,</span> <span class="n">die2</span><span class="p">,</span> <span class="n">roll</span><span class="p">(</span><span class="n">dice</span><span class="p">)</span>
<span class="go">3, 2, 9</span>
</pre></div>
<p>Not that the inputted string values can be upper or lower case. And note that the return values are integer.</p>
<p>
<span class="versionmodified">New in version 2.2.</span></p>
<p>Note that the inputted string values can be upper or lower case. And note that the return values are integer.</p>
<dl class="docutils">
<dt>The dice types to roll are:</dt>
<dd>D3, D4, D6, D8, D9, D10, D12, D20, D30, D100, D66, DD, FLUX, GOODFLUX, BADFLUX</dd>
Expand Down
4 changes: 3 additions & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Those of you that have used dice rolling programs before will notice that someth
>>> print die1, die2, roll(dice)
3, 2, 9

Not that the inputted string values can be upper or lower case. And note that the return values are integer.
.. versionadded:: 2.2

Note that the inputted string values can be upper or lower case. And note that the return values are integer.

The dice types to roll are:
D3, D4, D6, D8, D9, D10, D12, D20, D30, D100, D66, DD, FLUX, GOODFLUX, BADFLUX
Expand Down

0 comments on commit 2307a3d

Please sign in to comment.