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

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