Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit bdcad19

Browse files
authored
Merge pull request #8092 from larsschellhas/patch-1
Added missing space
2 parents 756c27e + 167e200 commit bdcad19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cursor = cnxn.cursor()
3737

3838
## Run query
3939

40-
The cursor.executefunction can be used to retrieve a result set from a query against SQL Database. This function accepts a query and returns a result set, which can be iterated over with the use of cursor.fetchone().
40+
The cursor.execute function can be used to retrieve a result set from a query against SQL Database. This function accepts a query and returns a result set, which can be iterated over with the use of cursor.fetchone().
4141

4242
```python
4343
#Sample select query

0 commit comments

Comments
 (0)