Skip to content

Commit

Permalink
Markdown python code flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-o committed Jul 22, 2014
1 parent e72e7e0 commit 096f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ t.start()
The client supports setting a custom generator that produces sequence numbers for the PDU packages. Per default a simple in memory generator is used which in conclusion is reset on (re)instantiation of the client, e.g. by an application restart. If you want to keep the sequence number to be persisted across restarts you can implement your own storage backed generator.

Example:
```
```python
import smpplib.client

import mymodule
Expand Down

0 comments on commit 096f2cb

Please sign in to comment.