Skip to content

Commit 2201659

Browse files
committed
Completed errno documentation
1 parent 6c2da6d commit 2201659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/errno.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Error Codes
22
-----------
33

4-
Python-Arango-Async provides ArangoDB error code constants for convenience.
4+
ArangoDB error code constants are provided for convenience.
55

66
**Example**
77

@@ -14,6 +14,6 @@ Python-Arango-Async provides ArangoDB error code constants for convenience.
1414
assert errno.DOCUMENT_REV_BAD == 1239
1515
assert errno.DOCUMENT_NOT_FOUND == 1202
1616

17-
For more information, refer to `ArangoDB manual`_.
17+
For more information, refer to the `ArangoDB Manual`_.
1818

19-
.. _ArangoDB manual: https://www.arangodb.com/docs/stable/appendix-error-codes.html
19+
.. _ArangoDB Manual: https://www.arangodb.com/docs/stable/appendix-error-codes.html

0 commit comments

Comments
 (0)