Skip to content

Commit

Permalink
typos fixed in SqlUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Jan 25, 2023
1 parent 99b26b6 commit 1ac5c72
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 79 deletions.
12 changes: 3 additions & 9 deletions dbpp/utils/SqlUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The class has the following attributes and methods:
```{.kroki echo=false dia=plantuml}
```{.kroki echo=false dia=plantuml cache=false}
@startuml
class SqlUtils {
+ self.filename
Expand Down Expand Up @@ -59,14 +59,8 @@ def __init__(self,filename=':memory:'):
"""Initialize the object with a database filename or in memory.
Args:
filename (str): the filename of a SQLite 3 database, if it does not exists,
it is silently created, defaults to ':memory:'
Examples:
>>> x = 1
>>> x
1
filename (str): the filename of a SQLite 3 database, if it does not exists, it is silently created, defaults to ':memory:'
"""
self.filename= filename
# Create the connection to the database
Expand Down
Loading

0 comments on commit 1ac5c72

Please sign in to comment.