Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
CSLukeW committed Jun 22, 2020
1 parent 8a9e472 commit 9ffcb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cssaw_central/Session.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def execute_SQL(self, filename):
return results

def insert(self, table, columns, rows):
""" insert given rows into given table
""" insert given rows into given table.
Creates table if it doesn't already exist.
args:
table ---- name of table to insert into
Expand Down

0 comments on commit 9ffcb03

Please sign in to comment.