Skip to content

Commit

Permalink
Update docs/user-guide/gaffer-basics/what-is-python.md
Browse files Browse the repository at this point in the history
Co-authored-by: GCHQDeveloper314 <[email protected]>
  • Loading branch information
tb06904 and GCHQDeveloper314 authored Sep 21, 2023
1 parent db2c302 commit ec421aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/gaffer-basics/what-is-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Inside the gaffer-tools library you'll find a set of examples that show how you
get_schema(g_connector)
```

In this simple example, you can see the use of a `gaffer_connector` the purpose of this is to orchestrate the connection to a Gaffer REST endpoint. `g` is the main gaffer python module to allow access to various functions to run gaffer operations. This connection works by serialising the python code into JSON and then transferring this to be deserialised and ran in Gaffer.
In this simple example you can see the use of a `gaffer_connector`; the purpose of this is to orchestrate the connection to a Gaffer REST endpoint. The main `gaffer` python module (usually imported as `g`) allows access to various functions to run Gaffer operations. This connection works by serialising the python code into JSON and then transferring this to be deserialised and ran in Gaffer.

!!! tip
A link to the gaffer tools repository can be found here: [GCHQ/gaffer-tools](https://github.com/gchq/gaffer-tools)

0 comments on commit ec421aa

Please sign in to comment.