Skip to content

Commit

Permalink
Merge pull request miurahr#353 from kapsh/shutil_typo
Browse files Browse the repository at this point in the history
Fix typo in docs about shutil integration
  • Loading branch information
miurahr authored Aug 7, 2021
2 parents d183510 + d9731d8 commit 707c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ py7zr also support `shutil` interface.

.. code-block:: python
from py7zr import pack_7zarchvie, unpack_7zarchive
from py7zr import pack_7zarchive, unpack_7zarchive
import shutil
# register file format at first.
Expand Down

0 comments on commit 707c1e3

Please sign in to comment.