Skip to content

Commit

Permalink
Update FibonacciNumbersWithGenerators.py
Browse files Browse the repository at this point in the history
Change name of the function

Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
LuisZapataYamo and cclauss authored Aug 25, 2022
1 parent 8511569 commit 32a986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FibonacciNumbersWithGenerators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def fibonacciGenerator(n = None):
def fibonacci_generator(n = None):
"""
Generating function up to n fibonacci numbers iteratively
Params:
Expand Down

0 comments on commit 32a986a

Please sign in to comment.