From ca3c8fb5802de9fffc8eb0071117e428013e9c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Fri, 18 Jan 2019 19:52:06 +0100 Subject: [PATCH] Fix error in get_data docstring --- ib-clearance.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 """