Skip to content

Commit

Permalink
minor typo (googleapis#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelnucfin authored and aw committed Nov 15, 2017
1 parent 1592e66 commit 5236dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/google/cloud/spanner_v1/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def read(self, table, columns, keyset, index='', limit=0):
table's primary key
:type limit: int
:param limit: (Optional) maxiumn number of rows to return
:param limit: (Optional) maximum number of rows to return
:rtype: :class:`~google.cloud.spanner_v1.streamed.StreamedResultSet`
:returns: a result set instance which can be used to consume rows.
Expand Down

0 comments on commit 5236dd7

Please sign in to comment.