Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Correct typo for push_note() example in readme
Browse files Browse the repository at this point in the history
Under "Pushing a text note", the pb.push_note() example has a trailing fullstop outside the inverted commas which is obviously invalid syntax.
  • Loading branch information
jonmcalder committed Feb 13, 2015
1 parent 79bddc4 commit 52fdf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Pushing a text note

.. code:: python
push = pb.push_note("This is the title", "This is the body".)
push = pb.push_note("This is the title", "This is the body")
``push`` is a dictionary containing the data returned by the Pushbullet API.

Expand Down

0 comments on commit 52fdf4f

Please sign in to comment.