Commit 810e7ec2 authored by Vincent Pelletier's avatar Vincent Pelletier

caucase.storage: Fix docstring typo.

parent 5d8b9602
...@@ -315,7 +315,7 @@ class SQLite3Storage(local): ...@@ -315,7 +315,7 @@ class SQLite3Storage(local):
override_limits=False, override_limits=False,
): ):
""" """
Store acertificate signing request and generate a unique ID for it. Store a certificate signing request and generate a unique ID for it.
Note: ID uniqueness is only guaranteed among pending CSR, and may be reused Note: ID uniqueness is only guaranteed among pending CSR, and may be reused
after the original CSR has been discarded (by being rejected or signed). after the original CSR has been discarded (by being rejected or signed).
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment