Skip to content

Commit 732201f

Browse files
author
Matheus Magrin
committed
Minor fixes
1 parent 31ffc61 commit 732201f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ $ pip install -U pandasql
1313
#### Basics
1414
The main function used in pandasql is `sqldf`. `sqldf` accepts 2 parametrs
1515
- a sql query string
16-
- an set of session/environment variables (`locals()` or `globals()`)
16+
- a set of session/environment variables (`locals()` or `globals()`)
1717

18-
Specifying `locals()` or `globals()` can get tedious. You can defined a short
18+
Specifying `locals()` or `globals()` can get tedious. You can define a short
1919
helper function to fix this.
2020

2121
from pandasql import sqldf

0 commit comments

Comments
 (0)