Re: how to read a syntax diagram

2018-05-27 Thread MRAB
On 2018-05-27 22:17, Paul wrote: hi, I'm using the Google Sheets API (the client library rather than the RESTful interface) and I'm confused about the meaning of the syntax diagrams. This is from https://developers.google.com/resources/api-libraries/documentation/sheets/v4/python/latest/shee

Re: how to read a syntax diagram

2018-05-27 Thread Steven D'Aprano
On Sun, 27 May 2018 21:17:57 +, Paul wrote: > hi, >I'm using the Google Sheets API (the client library rather than the > RESTful interface) and I'm confused about the meaning of the syntax > diagrams. *Diagrams*? As in, *pictures*? > update(spreadsheetId=*, range=*, body=*, valueInputOp

Re: how to read a syntax diagram

2018-05-27 Thread Paul
oops, please ignore the bit before "update(spreadsheetId=*, range=*, ..." On Sun, May 27, 2018 at 9:17 PM, Paul wrote: > hi, >I'm using the Google Sheets API (the client library rather than the > RESTful interface) and I'm confused about the meaning of the syntax > diagrams. This is from >