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

Commit

Permalink
Merge pull request #32 from jonmcalder/patch-1
Browse files Browse the repository at this point in the history
Correct typo for push_note() example in readme
  • Loading branch information
Richard Borcsik committed Feb 20, 2015
2 parents 79bddc4 + 52fdf4f commit f826dc8
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 f826dc8

Please sign in to comment.