From d5500aa53c23ea30e611564db256f9722d28033d Mon Sep 17 00:00:00 2001 From: burnash Date: Fri, 3 Feb 2017 00:03:18 +0100 Subject: [PATCH] dunno how to spend all these money --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 774934f3b..06a144182 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Google Spreadsheets Python API - - - Manage your spreadsheets with _gspread_ in Python. Features: @@ -54,7 +51,7 @@ sht2 = gc.open_by_url('https://docs.google.com/spreadsheet/ccc?key=0Bm...FE&hl') sh = gc.create('A new spreadsheet') # But that new spreadsheet will be visible only to your script's account. -# To be able to access newly created spreadsheet you *must* share it +# To be able to access newly created spreadsheet you *must* share it # with your email. Which brings us to… ```