Fix error in get_data docstring
This commit is contained in:
		@@ -40,9 +40,8 @@ def connect_database(file):
 | 
				
			|||||||
def get_data(conn):
 | 
					def get_data(conn):
 | 
				
			||||||
    """Get student data.
 | 
					    """Get student data.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Request student ID.  Return integer tuple (id, class, other) with
 | 
					    Request student ID.  Return tuple (id, class, other) with valid
 | 
				
			||||||
    valid student ID, corresponding class number and "other" subject
 | 
					    student ID, corresponding class number and "other" subject IDs.
 | 
				
			||||||
    IDs.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :param conn: Connection object
 | 
					    :param conn: Connection object
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user