Skip to content

Commit 0450f29

Browse files
authored
Fix a typo in line 210 of base.py
1 parent f98e7b4 commit 0450f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joey/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def equations(self) -> (list, list):
207207
@abstractmethod
208208
def backprop_equations(self, prev_layer, next_layer) -> (list, list):
209209
"""
210-
Returns a two-tuple of lists. The first lists consists of Devito
210+
Returns a two-tuple of lists. The first list consists of Devito
211211
equations describing how a backward pass through the layer should work.
212212
The second list consists of (key, value) pairs describing what keyword
213213
arguments should be passed to Operator.apply() when running

0 commit comments

Comments
 (0)