We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5726f commit d14a206Copy full SHA for d14a206
1 file changed
docs/user_guide/concepts_utils/handlers.rst
@@ -26,7 +26,7 @@ The :class:`~fourinsight.engineroom.utils.AzureBlobHandler` is used to store tex
26
from fourinsight.engineroom.utils import AzureBlobHandler
27
28
29
- # Instantiate from a connection string
+ # Instantiate from a connection string
30
handler = AzureBlobHandler(conn_str, container_name, blob_name)
31
32
# Instantiate from a container-level SAS URL
0 commit comments