Skip to content

Commit

Permalink
Fix math ref in docs
Browse files Browse the repository at this point in the history
Breaks sphinx docs build...
  • Loading branch information
waveform80 committed Mar 31, 2015
1 parent cc67ea5 commit 6f36295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picamera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ def _get_annotate_settings(self):
Returns the current annotation settings as an MMAL structure.
This is a utility method for :meth:`_get_annotate_text`,
:math:`_get_annotate_background`, etc. all of which rely on the
:meth:`_get_annotate_background`, etc. all of which rely on the
MMAL_PARAMETER_CAMERA_ANNOTATE_Vn structure to determine their values.
"""
if self._annotate_v3:
Expand Down

0 comments on commit 6f36295

Please sign in to comment.