From 6a007ae037e493391722e3d2983f455d78a571ba Mon Sep 17 00:00:00 2001 From: iuvbio Date: Thu, 31 Jan 2019 23:43:47 +0100 Subject: [PATCH] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2684b..9d70f60 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sheet_name = "sheet1" df = read_ods(path, sheet_name) # load a file that does not contain a header row -# if no columns are provided they will be numbered +# if no columns are provided, they will be numbered df = read_ods(path, 1, headers=False) # load a file and provide custom column names