Skip to content

Commit 7060ee8

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing few left typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent f913faa commit 7060ee8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/example_config.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"source": [
88
"# Python Interface Config\n",
9-
"The `pysqa` package primarily defines one class, that is the `QueueAdapter`. It loads the configuration from a configuration directory, initializes the corrsponding adapter for the specific queuing system and provides a high level interface for users to interact with the queuing system. The `QueueAdapter` can be imported using:"
9+
"The `pysqa` package primarily defines one class, that is the `QueueAdapter`. It loads the configuration from a configuration directory, initializes the corresponding adapter for the specific queuing system and provides a high level interface for users to interact with the queuing system. The `QueueAdapter` can be imported using:"
1010
]
1111
},
1212
{
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"id": "7e3cf646-d4e7-4b1e-ab47-f07342d7a5a2",
2828
"metadata": {},
29-
"source": "After the initial import the class is initialized using the configuration directory specificed by the `directory` parameter which defaults to `\"~/.queues\"`. In this example we load the configuration from the `test` directory: "
29+
"source": "After the initial import the class is initialized using the configuration directory specified by the `directory` parameter which defaults to `\"~/.queues\"`. In this example we load the configuration from the `test` directory: "
3030
},
3131
{
3232
"cell_type": "code",

notebooks/example_queue_type.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cell_type": "markdown",
2727
"source": [
2828
"# Dynamic Python Interface\n",
29-
"The `pysqa` package primarily defines one class, that is the `QueueAdapter`. It can either load the configuration from a configuration directory, or initializes the corrsponding adapter for the specific queuing system type `queue_type` and provides a high level interface for users to interact with the queuing system. The `QueueAdapter` can be imported using:"
29+
"The `pysqa` package primarily defines one class, that is the `QueueAdapter`. It can either load the configuration from a configuration directory, or initializes the corresponding adapter for the specific queuing system type `queue_type` and provides a high level interface for users to interact with the queuing system. The `QueueAdapter` can be imported using:"
3030
],
3131
"metadata": {}
3232
},
@@ -44,7 +44,7 @@
4444
{
4545
"id": "7e3cf646-d4e7-4b1e-ab47-f07342d7a5a2",
4646
"cell_type": "markdown",
47-
"source": "After the initial import the class is initialized using the queuing system type specificed by the `queue_type` parameter. In this example we load the `flux` as queuing system interface: ",
47+
"source": "After the initial import the class is initialized using the queuing system type specified by the `queue_type` parameter. In this example we load the `flux` as queuing system interface: ",
4848
"metadata": {}
4949
},
5050
{

0 commit comments

Comments
 (0)