We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ff34 commit 2bd1cbcCopy full SHA for 2bd1cbc
docs/recipes.rst
@@ -196,7 +196,7 @@ Button controlled camera
196
========================
197
198
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
+``button.when_pressed = camera.capture`` would not work because it requires an
200
``output`` parameter. However, this can be achieved using a custom function
201
which requires no parameters::
202
0 commit comments