Skip to content

Commit cae40c5

Browse files
committed
Add python syntax highlight to example code
1 parent 0f5ecc7 commit cae40c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ When in Databox Designer go to Account > Access tokens, then either create a new
1616

1717
Using the Databox Python library
1818
--------------------------------
19+
```python
1920

2021
from databox import PushClient
2122

@@ -33,5 +34,6 @@ Using the Databox Python library
3334

3435
# get last push
3536
print client.lastPush()
36-
37+
```
38+
3739
Check working sample in [sample1.py](/sample1.py) file

0 commit comments

Comments
 (0)