From 27526c6264d08e9281db130e0945e04592fe31d8 Mon Sep 17 00:00:00 2001 From: Anonynz <146438291+Anonynz@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:28:57 -0300 Subject: [PATCH] Fix Broken link in documentation (PyMongo docs link) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c3f472fe..6c7a1e27 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ TinyDB is: fun to use by providing a simple and clean API. - **written in pure Python:** TinyDB neither needs an external server (as - e.g. `PyMongo `_) nor any dependencies + e.g. `PyMongo `_) nor any dependencies from PyPI. - **works on Python 3.8+ and PyPy3:** TinyDB works on all modern versions of Python