Skip to content

Commit 527f15a

Browse files
authored
Update README.md
1 parent b3016ab commit 527f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This URI has the following structure: `db:engine:[//[user[:password]@][host][:po
2424

2525
Can also specify a list of the tables for which you want to create the backup:
2626
```python
27-
backup.create(table_names=['table1', 'table2', ...]
27+
backup.create(table_names=['table1', 'table2', ...])
2828
```
2929

3030
## Why?

0 commit comments

Comments
 (0)