Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 2, 2017
1 parent f4d07b0 commit 4649c43
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file modified docs/build/.doctrees/designers_notes.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/_sources/designers_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ in Python 2.5.4) that generates documents. Nothing too fancy. Just simple docume
through any device using any viewer. And when I learned that Sphinx could read Python modules and produce documents
from their ``.__doc__`` strings, I knew I just had to spend a couple days learning how all that stuff happens.

Some rabbits holes are worth their going into.
Some rabbit holes are worth their going into.
2 changes: 1 addition & 1 deletion docs/build/designers_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2>Getting Sphinxed<a class="headerlink" href="#getting-sphinxed" title="Permal
in Python 2.5.4) that generates documents. Nothing too fancy. Just simple documents that could be read easily/quickly
through any device using any viewer. And when I learned that Sphinx could read Python modules and produce documents
from their <tt class="docutils literal"><span class="pre">.__doc__</span></tt> strings, I knew I just had to spend a couple days learning how all that stuff happens.</p>
<p>Some rabbits holes are worth their going into.</p>
<p>Some rabbit holes are worth their going into.</p>
</div>
</div>

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 0x0362A990>
<generator object at 0x035F90A8>

<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 0x0362F3A0>
<generator object at 0x036AF328>
<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.

2 changes: 1 addition & 1 deletion docs/source/designers_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ in Python 2.5.4) that generates documents. Nothing too fancy. Just simple docume
through any device using any viewer. And when I learned that Sphinx could read Python modules and produce documents
from their ``.__doc__`` strings, I knew I just had to spend a couple days learning how all that stuff happens.

Some rabbits holes are worth their going into.
Some rabbit holes are worth their going into.
2 changes: 1 addition & 1 deletion docs/source/diceroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def roll(dice):
An invalid roll will return a 0 (int).
'''

log = logging.getLogger('Imperial_Chargen_085b.diceroll')
log = logging.getLogger('your_code_name_here.diceroll')

if dice == 'info':
ver = 'roll(), release version ' + __release__ + ' for Python 2.5.4'
Expand Down

0 comments on commit 4649c43

Please sign in to comment.