Skip to content

Commit 479d3df

Browse files
authored
Fix copy-paste error in README (#15)
1 parent 144f0ed commit 479d3df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ To validate a prepared document, call ``validate_peppol_document``:
121121
``` python
122122
from peppol_py import validate_peppol_document
123123
stats = validate_peppol_document(
124-
document_content, xmlsec_path, keyfile, keyfile_password, certfile,
125-
service_provider_id, sender_id=None, receiver_id=None, sender_country=None,
126-
document_type_version=None, test_environment=True, timeout=20, dryrun=False
124+
document_content, schematron_xsls, remove_namespaces_from_errors=True, warnings=False
127125
)
128126
```
129127

0 commit comments

Comments
 (0)