Skip to content

Commit 27592df

Browse files
committed
Fixed typos
1 parent c38d42e commit 27592df

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

example.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
'''
2-
This example should give a simple overview on how to use the Pyghthouse.
2+
This example should give a simple overview on how to use Pyghthouse.
33
44
A generel orientation of what you need:
55
- Import of pyghthouse
66
- Creating an instance of Pyghthouse
77
- Start Pyghthouse routine
8-
- Sending images with either a given function or set_image
9-
- Stop Pyghthouse routine (not needed but recommend)
8+
- Sending images with either a given callback function or by set_image
9+
- Stop Pyghthouse routine (not needed but recommended)
1010
1111
More examples can be found in the examples folder.
1212
'''
1313

14-
# Optional: This condition only executes if run as a skript.
14+
# Optional: This condition only executes if run as a script.
1515
# Importing this program won't execute this block.
1616
if __name__ == '__main__':
17+
1718
from pyghthouse import Pyghthouse
1819
import pyghthouse.utils as utils
1920
from examples.config import UNAME, TOKEN

0 commit comments

Comments
 (0)