Skip to content

Commit

Permalink
Merge pull request #706 from prady00/bug-typo-fix
Browse files Browse the repository at this point in the history
fixed a typo in connect_to_oracle doc
  • Loading branch information
zainhoda authored Nov 21, 2024
2 parents 1db6cbd + c321c48 commit 94eff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ def connect_to_oracle(
vn.connect_to_oracle(
user="username",
password="password",
dns="host:port/sid",
dsn="host:port/sid",
)
```
Args:
Expand Down

0 comments on commit 94eff44

Please sign in to comment.