Update README.md

This commit is contained in:
Bill Buchanan
2021-02-08 19:28:46 +00:00
committed by GitHub
parent 71354a79fc
commit 3bebf15565

View File

@@ -331,7 +331,7 @@ Now catch the exception with an exception handler:
```python
try:
plaintext = Padding.removePadding(plaintext,mode='CMS')
print " decrypt: "+plaintext
print (" decrypt: "+plaintext)
except:
print("Error!")
```