Skip to content

Commit

Permalink
Fix code block in wrapper code
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep committed May 15, 2024
1 parent 6920b7f commit c53e025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ Wrapper
Mausoleum may be imported as a module as seen in the following example:

.. code:: python
:number-lines: 0
:linenos:
import mausoleum.wrapper
Expand All @@ -105,6 +106,7 @@ Mausoleum may be imported as a module as seen in the following example:
key = '{}.key' .format(name)
mausoleum.wrapper.construct_tomb(name, size, key, password)
*************
Contributions
*************
Expand Down

0 comments on commit c53e025

Please sign in to comment.