Fix typo in recipes

This commit is contained in:
Ben Nuttall
2016-05-27 00:29:57 +01:00
parent 466ff341cb
commit 2bd1cbc749

View File

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