diff --git a/ib-clearance.py b/ib-clearance.py index 2c76efb..8648dcf 100755 --- a/ib-clearance.py +++ b/ib-clearance.py @@ -40,9 +40,8 @@ def connect_database(file): def get_data(conn): """Get student data. - Request student ID. Return integer tuple (id, class, other) with - valid student ID, corresponding class number and "other" subject - IDs. + Request student ID. Return tuple (id, class, other) with valid + student ID, corresponding class number and "other" subject IDs. :param conn: Connection object """