Skip to content

Commit bb230ca

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 4", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent ddfb4d0 commit bb230ca

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@ Insert all GLSL snippets in a vertex and fragment shaders.
30543054

30553055
**Notes**
30563056

3057-
The vertex shader typicall contains `gl_Position = transform(data_var_name);`
3057+
The vertex shader typically contains `gl_Position = transform(data_var_name);`
30583058
which is automatically detected, and the GLSL transformations are inserted there.
30593059

30603060
Snippets can contain `{{var}}` placeholders for the transformed variable name.
@@ -3086,7 +3086,7 @@ Insert a GLSL snippet into the vertex shader.
30863086

30873087

30883088
* `origin : Interact`
3089-
The interact object that adds this GLSL snippet. Should be discared by
3089+
The interact object that adds this GLSL snippet. Should be discarded by
30903090
visuals that are added with that interact object in `exclude_origins`.
30913091

30923092
* `index : int`

phy/cluster/tests/test_supervisor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def test_supervisor_label_cluster_3(supervisor):
603603
new = up.added[0]
604604
supervisor.block()
605605

606-
# It fot the label of its parents.
606+
# It got the label of its parents.
607607
assert supervisor.get_labels('my_field')[new] == 3.14
608608

609609
# Now, we label a smaller cluster.

phy/plot/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def insert_vert(self, glsl, location='transforms', origin=None, index=None):
275275
* `end`: end of the function
276276
277277
origin : Interact
278-
The interact object that adds this GLSL snippet. Should be discared by
278+
The interact object that adds this GLSL snippet. Should be discarded by
279279
visuals that are added with that interact object in `exclude_origins`.
280280
index : int
281281
Index of the snippets list to insert the snippet.
@@ -323,7 +323,7 @@ def insert_into_shaders(self, vertex, fragment, exclude_origins=()):
323323
Notes
324324
-----
325325
326-
The vertex shader typicall contains `gl_Position = transform(data_var_name);`
326+
The vertex shader typically contains `gl_Position = transform(data_var_name);`
327327
which is automatically detected, and the GLSL transformations are inserted there.
328328
329329
Snippets can contain `{{var}}` placeholders for the transformed variable name.

0 commit comments

Comments
 (0)