Skip to content

Commit 4bdf8a7

Browse files
committed
doc: missing ')' in code block
1 parent 1e85717 commit 4bdf8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,6 @@ level on that:
397397
.. code-block:: python
398398
399399
# override the QUORUM default
400-
user3_lookup = user_lookup_stmt.bind([user_id3]
400+
user3_lookup = user_lookup_stmt.bind([user_id3])
401401
user3_lookup.consistency_level = ConsistencyLevel.ALL
402402
user3 = session.execute(user3_lookup)

0 commit comments

Comments
 (0)