8000 Merge pull request #49 from pandu-rao/master · stef1927/python-driver@365ed8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 365ed8d

Browse files
committed
Merge pull request datastax#49 from pandu-rao/master
Fixed error in sample code in documentation
2 parents 1739dd7 + 929d173 commit 365ed8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Getting Started
6464
>>> q.count()
6565
4
6666
>>> for instance in q:
67-
>>> print q.description
67+
>>> print instance.description
6868
example5
6969
example6
7070
example7
@@ -78,7 +78,7 @@ Getting Started
7878
>>> q2.count()
7979
1
8080
>>> for instance in q2:
81-
>>> print q.description
81+
>>> print instance.description
8282
example5
8383
8484

0 commit comments

Comments
 (0)
0