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

Correct typo for push_note() example in readme #32

Merged
merged 1 commit into from
Feb 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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