Skip to content

Commit 7ff281d

Browse files
committed
Fix doc string
1 parent d3c8f29 commit 7ff281d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/peppol_py/sender.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,10 @@ def send_peppol_document(
131131
132132
``keyfile`` (str): the path to the private key of the sender.
133133
134-
``password`` (str): the password for the private key of the sender.
134+
``keyfile_password`` (str): the password for the private key of the sender.
135135
136136
``certfile`` (str): the path to the public key of the sender.
137137
138-
``service_provider_id`` (bool): identifier of the sending service provider.
139-
140138
``sender_id`` (str): optional sender id, will be extracted from document if not specified.
141139
142140
``receiver_id`` (str): optional receiver id, will be extracted from document if not specified.

0 commit comments

Comments
 (0)