Skip to content

Commit

Permalink
Merge branch 'pull#1469'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Mar 8, 2022
2 parents 4548c5c + 3c1bb64 commit c629419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Patches and Contributions
- Mandar Vaze
- Manquer
- Marc Abramowitz
- Marcelo Trylesinski
- Marcin Puhacz
- Marcus Cobden
- Marica Odagaki
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Fixed
- Update docs and tests regarding pagination of empty resources (`#1463`_)
- Fix fork link in contributing info (`#1447`_)
- Tutorial mistake on custom IDs values with UUIDs (`#1451`_)
- Documentation typos (`#1462`_)
- Documentation typos (`#1462`_, `#1469`_)
- Switch to GitHub Actions from Travis CI (`#1439`_, `#1444`_)

.. _`#1469`: https://github.com/pyeve/eve/pull/1469
.. _`#1451`: https://github.com/pyeve/eve/issues/1451
.. _`#1464`: https://github.com/pyeve/eve/issues/1464
.. _`#1461`: https://github.com/pyeve/eve/issues/1461
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Try requesting ``people`` now:
This time we also got an ``_items`` list. The ``_links`` are relative to the
resource being accessed, so you get a link to the parent resource (the home
page) and to the resource itself. If you got a timeout error from pymongo, make
sure the prerequistes are met. Chances are that the ``mongod`` server process
sure the prerequisites are met. Chances are that the ``mongod`` server process
is not running.

By default Eve APIs are read-only:
Expand Down

0 comments on commit c629419

Please sign in to comment.