Fix error in get_data docstring

This commit is contained in:
Abdulkadir Furkan Şanlı 2019-01-18 19:52:06 +01:00
parent 4f863ab71d
commit ca3c8fb580
No known key found for this signature in database
GPG Key ID: 7823BD18E6F95D73

View File

@ -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
"""