diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5872dc3..2e84509 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -262,6 +262,10 @@ The method will gather all errors occurring during the resolution, and will rais except cfig.BatchResolutionFailure as failure: ... + +Conclusion +========== + And that's it! You're using :mod:`cfig` in the best way possible :) -See :doc:`advanced` for more features that may be useful in specific cases. \ No newline at end of file +See :doc:`advanced` for more features that may be useful in specific cases.