Skip to content

Commit d3fe4a6

Browse files
committed
format issues
1 parent 45db7d2 commit d3fe4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/Oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Common values are placed in the `SqlQueryValues` class to avoid repeating the sa
8383

8484
- Define a new function in `utils/oracle/oracle_specific_functions.py`.
8585
- Create your SQL query, `parameterizing` as needed.
86-
- Call the relevant methods from the oracle util based on your needs (e.g., `execute_query`, stored procedure methods, etc.).
86+
- Call the relevant methods from the oracle `util` based on your needs (e.g., `execute_query`, stored procedure methods, etc.).
8787
- Return the result as a pandas DataFrame.
8888
- Document the function with a clear docstring.
8989

0 commit comments

Comments
 (0)