We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2da6d commit 2201659Copy full SHA for 2201659
docs/errno.rst
@@ -1,7 +1,7 @@
1
Error Codes
2
-----------
3
4
-Python-Arango-Async provides ArangoDB error code constants for convenience.
+ArangoDB error code constants are provided for convenience.
5
6
**Example**
7
@@ -14,6 +14,6 @@ Python-Arango-Async provides ArangoDB error code constants for convenience.
14
assert errno.DOCUMENT_REV_BAD == 1239
15
assert errno.DOCUMENT_NOT_FOUND == 1202
16
17
-For more information, refer to `ArangoDB manual`_.
+For more information, refer to the `ArangoDB Manual`_.
18
19
-.. _ArangoDB manual: https://www.arangodb.com/docs/stable/appendix-error-codes.html
+.. _ArangoDB Manual: https://www.arangodb.com/docs/stable/appendix-error-codes.html
0 commit comments