Fix error in get_data docstring
This commit is contained in:
parent
4f863ab71d
commit
ca3c8fb580
@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user