Skip to content

Commit 2bd1cbc

Browse files
committed
Fix typo in recipes
1 parent 466ff34 commit 2bd1cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Button controlled camera
196196
========================
197197

198198
Using the button press to trigger picamera to take a pitcure using
199-
``button/when_pressed = camera.capture`` would not work because it requires an
199+
``button.when_pressed = camera.capture`` would not work because it requires an
200200
``output`` parameter. However, this can be achieved using a custom function
201201
which requires no parameters::
202202

0 commit comments

Comments
 (0)