Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sevazhidkov committed Feb 26, 2015
1 parent 4f548fd commit fecceba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -50,7 +50,7 @@ otherwise, ``None`` is returned.
.. code-block:: python
>>> import giphypop
>>> g = Giphy()
>>> g = giphypop.Giphy()
Now you're ready to get started. There are a few key methods of the
``giphypop.Giphy`` object that you'll want to know about
Expand Down Expand Up @@ -80,7 +80,7 @@ than a generator. This method will have that effect. Equivalent to:

.. code-block:: python
>>> g = Giphy()
>>> g = giphypop.Giphy()
>>> results = [x for x in g.search('foo')]
translate
Expand Down

0 comments on commit fecceba

Please sign in to comment.