Skip to content

Commit 58a4f42

Browse files
committed
Fix typo
1 parent b12c189 commit 58a4f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/aesaraf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def find_rng_nodes(
823823

824824

825825
def replace_rng_nodes(outputs: Sequence[TensorVariable]) -> Sequence[TensorVariable]:
826-
"""Replace any RNG nodes upsteram of outputs by new RNGs of the same type
826+
"""Replace any RNG nodes upstream of outputs by new RNGs of the same type
827827
828828
This can be used when combining a pre-existing graph with a cloned one, to ensure
829829
RNGs are unique across the two graphs.

0 commit comments

Comments
 (0)