Skip to content

Commit

Permalink
Improve docs (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed May 12, 2024
1 parent 2841175 commit c7588a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Generate a TXT file.
.. container:: jsphinx-toggle-emphasis

.. code-block:: python
:emphasize-lines: 3,6,8
:emphasize-lines: 3-4,6,8
from faker import Faker
# Import the file provider we want to use
Expand Down Expand Up @@ -189,7 +189,7 @@ The documentation snippet, the above (`Example 5`_) code was rendered from:
.. container:: jsphinx-toggle-emphasis
.. code-block:: python
:emphasize-lines: 3,6,8
:emphasize-lines: 3-4,6,8
from faker import Faker
# Import the file provider we want to use
Expand Down Expand Up @@ -261,7 +261,7 @@ Generate a TXT file.
.. container:: jsphinx-toggle-emphasis-replace

.. code-block:: python
:emphasize-lines: 3,6,8
:emphasize-lines: 3-4,6,8
from faker import Faker
# Import the file provider we want to use
Expand Down Expand Up @@ -292,7 +292,7 @@ The documentation snippet, the above (`Example 7`_) code was rendered from:
.. container:: jsphinx-toggle-emphasis-replace
.. code-block:: python
:emphasize-lines: 3,6,8
:emphasize-lines: 3-6,6,8
from faker import Faker
# Import the file provider we want to use
Expand Down

0 comments on commit c7588a6

Please sign in to comment.