Skip to content

Commit

Permalink
fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Feb 5, 2017
1 parent e2d4c83 commit a2f7d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gspread/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def range(self, name):
>>> wks.range('A1:B7')
[<Cell R1C1 "42">, ...]
Example (numeric)::
>>> wks.range(1, 1, 7, 2)
Expand Down

0 comments on commit a2f7d3d

Please sign in to comment.