Skip to content

Commit

Permalink
Missed up an EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed Mar 30, 2020
1 parent c745cd8 commit f86c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/math/generate_random_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

# Generating a random gaussian number array
g = r.generate_gaussian_random_number(mean=0.5, variance=1.0, size=10)
print(g)
print(g)

0 comments on commit f86c52f

Please sign in to comment.