From 00b1da2f51ba2946688a4d78d685c19ca30b7c11 Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Sat, 6 Mar 2021 09:39:37 +0100 Subject: [PATCH] [docs] remove duplicate word --- docs/guide/environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/environment.rst b/docs/guide/environment.rst index 92acae39..94a4c95f 100644 --- a/docs/guide/environment.rst +++ b/docs/guide/environment.rst @@ -98,7 +98,7 @@ Accessing Environment Variables from within the Graph Context ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Environment variables, whether set globally or only for the scope of the graph, -can be can be accessed using any of the normal means. It is important to note +can be accessed using any of the normal means. It is important to note that whether set globally for the system or just for the graph context, environment variables are accessed by bonobo in the same way. In the example below the database user and password are accessed via the ``os`` module's ``getenv``