Skip to content

Commit

Permalink
fix errors in SetAutoPageBreak.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanKharin committed Apr 6, 2015
1 parent 78a4a0f commit d7225c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/SetAutoPageBreak.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## SetAutoPageBreak ##

```python
fpdf.set_auto_page_break(auto; bool, margin = 0.0)
fpdf.set_auto_page_break(auto: bool, margin = 0.0)
```

### Description ###
Expand All @@ -18,4 +18,4 @@ margin:
### See also ###

[Cell](Cell.md), [MultiCell](MultiCell.md), [AcceptPageBreak](AcceptPageBreak,md).
[Cell](Cell.md), [MultiCell](MultiCell.md), [AcceptPageBreak](AcceptPageBreak.md).

0 comments on commit d7225c3

Please sign in to comment.