Skip to content

Commit a296915

Browse files
committed
bug: fixed typo
Signed-off-by: Nick Papior <[email protected]>
1 parent 11b8344 commit a296915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sisl/shape/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def __init__(self, *args, **kwargs):
307307
M = np.finfo(np.float64).max / 100
308308
self._center = np.array([M, M, M], np.float64)
309309

310-
def within_index(self, other), *args, **kwargs:
310+
def within_index(self, other, *args, **kwargs:
311311
""" Always returns a zero length array """
312312
return np.empty(0, dtype=np.int32)
313313

0 commit comments

Comments
 (0)