Skip to content

Commit 26bc063

Browse files
committed
fix docstring
1 parent ec33a76 commit 26bc063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facturapi/resources/invoices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def send_by_email(
213213
bool: True if the email was sent successfully, False otherwise.
214214
215215
Raises:
216-
ValueError: If the invoice_id is not provided.
216+
FacturapiResponseException: If the invoice_id is not found.
217217
requests.RequestException: If the API request fails.
218218
"""
219219

0 commit comments

Comments
 (0)