@@ -711,7 +711,7 @@ def test_query_and_wait_caches_completed_query_results_one_page():
711711 {"f" : [{"v" : "Phred Phlyntstone" }, {"v" : "32" }]},
712712 {"f" : [{"v" : "Bharney Rhubble" }, {"v" : "33" }]},
713713 ],
714- # Even though totalRows > len(rows), we should use the presense of a
714+ # Even though totalRows > len(rows), we should use the presence of a
715715 # next page token to decide if there are any more pages.
716716 "totalRows" : 8 ,
717717 }
@@ -828,7 +828,7 @@ def test_query_and_wait_caches_completed_query_results_more_pages():
828828 {"f" : [{"v" : "Phred Phlyntstone" }, {"v" : "32" }]},
829829 {"f" : [{"v" : "Bharney Rhubble" }, {"v" : "33" }]},
830830 ],
831- # Even though totalRows <= len(rows), we should use the presense of a
831+ # Even though totalRows <= len(rows), we should use the presence of a
832832 # next page token to decide if there are any more pages.
833833 "totalRows" : 2 ,
834834 "pageToken" : "page-2" ,
@@ -981,7 +981,7 @@ def test_query_and_wait_incomplete_query():
981981 {"f" : [{"v" : "Phred Phlyntstone" }, {"v" : "32" }]},
982982 {"f" : [{"v" : "Bharney Rhubble" }, {"v" : "33" }]},
983983 ],
984- # Even though totalRows <= len(rows), we should use the presense of a
984+ # Even though totalRows <= len(rows), we should use the presence of a
985985 # next page token to decide if there are any more pages.
986986 "totalRows" : 2 ,
987987 "pageToken" : "page-2" ,
0 commit comments