Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aaa73aa

Browse filesBrowse files
authored
chore: added missing closing bracket (googleapis#1121)
1 parent d2568da commit aaa73aa
Copy full SHA for aaa73aa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SQLAlchemy
106106
from sqlalchemy.schema import *
107107
engine = create_engine('bigquery://project')
108108
table = Table('dataset.table', MetaData(bind=engine), autoload=True)
109-
print(select([func.count('*')], from_obj=table().scalar())
109+
print(select([func.count('*')], from_obj=table().scalar()))
110110
111111
112112
Project

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.