Skip to content

Commit

Permalink
Merge pull request histrio#30 from douglaz/patch-2
Browse files Browse the repository at this point in the history
Changed wording and fixed typo
  • Loading branch information
Andrey Antukh committed Jan 15, 2014
2 parents 801607e + 97161df commit 043637a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Delete a document:
Querying a database
-------------------

With couchdb you can make two type of query: temporary o a view. This is a simple way to make
With couchdb you can make two types of queries: temporary or view. This is a simple way to make
a temporary query:

.. code-block:: python
Expand All @@ -124,7 +124,7 @@ a temporary query:
[{'value': 1, 'id': '8b588fa0a3b74a299c6d958467994b9a', 'key': 'Fooo'}]
And this is a way for make a query using a predefined views:
And this is a way to make a query using predefined views:

.. code-block:: python
Expand Down

0 comments on commit 043637a

Please sign in to comment.