mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Typo.
This commit is contained in:
parent
438c7b5189
commit
b5217d4f0e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ appropriate steganography technique. For example:
|
|||
.. code:: python
|
||||
|
||||
>>> from stegano import slsb
|
||||
>>> secret = slsb.hide("./pictures/Lenna.png", "Hello Workd")
|
||||
>>> secret = slsb.hide("./pictures/Lenna.png", "Hello World")
|
||||
>>> secret.save("./Lenna-secret.png")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue