Skip to content

Commit

Permalink
It's a generator but not an expression!
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed May 24, 2016
1 parent b88dc4f commit 9ad5fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions picamera/mmalobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ def debug_pipeline(port):
"""
Given an :class:`MMALVideoPort` *port*, this traces all objects in the
pipeline feeding it (including components and connections) and yields each
object in turn. Hence the generator expression typically yields something
like:
object in turn. Hence the generator typically yields something like:
* :class:`MMALVideoPort` (the specified output port)
* :class:`MMALEncoder` (the encoder which owns the output port)
Expand Down

0 comments on commit 9ad5fc1

Please sign in to comment.