Skip to content

Commit 2c004f8

Browse files
committed
Make loop variable name more meaningful.
1 parent b3a23a1 commit 2c004f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ghostly/_ghostly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,11 +693,11 @@ def _dual(
693693
)
694694

695695
# Now treat the ghost branches individually.
696-
for d in ghosts:
696+
for ghost in ghosts:
697697
mol = _dual(
698698
mol,
699699
bridge,
700-
[d],
700+
[ghost],
701701
physical,
702702
connectivity,
703703
modifications,

0 commit comments

Comments
 (0)