Fix spelling error (#436)

* Change rwo to two in pdfdiff.py

Co-authored-by: ahnhyunjin <hj.ahn@promptech.co.kr>
pull/440/head
AhnHyunJin 2020-06-06 22:43:57 +09:00 committed by GitHub
parent 6e05baf0b7
commit 09c989f301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
compares rwo pdf files.
compares two pdf files.
"""
import io
import logging