Skip to content

Commit dbbf04b

Browse files
committed
Change python2 demo to python3
1 parent 8f7df18 commit dbbf04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Once you have included it you can use it in your program as below
1818

1919
```
2020
vcgencmd = Vcgencmd()
21-
print vcgencmd.get_version()
21+
print(vcgencmd.get_version())
2222
```
2323

2424
## Exposed Functions

0 commit comments

Comments
 (0)