We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3016ab commit 527f15aCopy full SHA for 527f15a
README.md
@@ -24,7 +24,7 @@ This URI has the following structure: `db:engine:[//[user[:password]@][host][:po
24
25
Can also specify a list of the tables for which you want to create the backup:
26
```python
27
- backup.create(table_names=['table1', 'table2', ...]
+ backup.create(table_names=['table1', 'table2', ...])
28
```
29
30
## Why?
0 commit comments