pisa -> teos

This commit is contained in:
Sergi Delgado Segura
2020-03-17 13:05:55 +01:00
parent 15126618d5
commit 7c7ff909d7
56 changed files with 373 additions and 372 deletions

View File

@@ -41,7 +41,7 @@ class Appointment:
``{locator, start_time, end_time, to_self_delay, encrypted_blob}``
Returns:
:obj:`Appointment <pisa.appointment.Appointment>`: An appointment initialized using the provided data.
:obj:`Appointment <teos.appointment.Appointment>`: An appointment initialized using the provided data.
Raises:
ValueError: If one of the mandatory keys is missing in ``appointment_data``.