Skip to content

Commit 3dddf68

Browse files
committed
No changes
1 parent 073dc45 commit 3dddf68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
used to demonstrate the visual form of a document or a typeface without
99
relying on meaningful content.
1010
11-
The :mod:`lorem` module provides a generic access to generating the lorem ipsum
11+
The ``lorem`` module provides a generic access to generating the lorem ipsum
1212
text from its very original text::
1313
1414
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
@@ -19,14 +19,14 @@
1919
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
2020
est laborum.
2121
22-
Usage of the :mod:`lorem` module is rather simple. Depending on your needs, the
23-
:mod:`lorem` module provides generation of *words*, *sentences*, and
22+
Usage of the ``lorem`` module is rather simple. Depending on your needs, the
23+
``lorem`` module provides generation of *words*, *sentences*, and
2424
*paragraphs*.
2525
2626
Get Random Words
2727
----------------
2828
29-
The :mod:`lorem` module provides two different ways for getting random words.
29+
The ``lorem`` module provides two different ways for getting random words.
3030
3131
1. :func:`word` -- generate a list of random words
3232
@@ -43,7 +43,7 @@
4343
Get Random Sentences
4444
--------------------
4545
46-
The :mod:`lorem` module provides two different ways for getting random sentences.
46+
The ``lorem`` module provides two different ways for getting random sentences.
4747
4848
1. :func:`sentence` -- generate a list of random sentences
4949
@@ -60,7 +60,7 @@
6060
Get Random Paragraphs
6161
---------------------
6262
63-
The :mod:`lorem` module provides two different ways for getting random paragraphs.
63+
The ``lorem`` module provides two different ways for getting random paragraphs.
6464
6565
1. :func:`paragraph` -- generate a list of random paragraphs
6666
@@ -77,7 +77,7 @@
7777
Customise Word Pool
7878
-------------------
7979
80-
If wanted, the :mod:`lorem` module also provides an interface to customise the word
80+
If wanted, the ``lorem`` module also provides an interface to customise the word
8181
pool as you wish.
8282
8383
1. :func:`set_pool` -- customise random word pool

0 commit comments

Comments
 (0)