Skip to content

Commit

Permalink
Tiny doc-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Mar 18, 2016
1 parent f1dd5d6 commit 58a9194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ components, this isn't directly useful (if you need all three components,
you're better off using :class:`~array.PiYUVArray` as this rescales the UV
components for convenience). However, if you only require the Y plane you can
provide a buffer just large enough for this plane and ignore the error that
occurs when writing to the buffer (picamera will write as much as it can to the
buffer before raising an exception)::
occurs when writing to the buffer (picamera will deliberately write as much as
it can to the buffer before raising an exception to support this use-case)::

import time
import picamera
Expand Down

0 comments on commit 58a9194

Please sign in to comment.