Python icon indicating copy to clipboard operation
Python copied to clipboard

docs: clean up docstring in fib_recursive function

Open sharvandeep opened this issue 1 month ago • 1 comments

This PR improves the docstring for the fib_recursive function in maths/fibonacci.py.

  • Clarified summary description
  • Added properly formatted Args and Returns sections
  • Fixed example test cases with correct function name
  • Ensured consistent formatting across docstrings

This is part of issue #13948 — cleaning and standardizing docstrings.

Checklist:

  • [x] Follows docstring format used in repo
  • [x] Tested formatting locally
  • [x] Only documentation updated

Thanks!

sharvandeep avatar Nov 24 '25 06:11 sharvandeep

All checks have passed. This PR addresses issue #13948 by improving the docstring for fib_recursive. Kindly requesting a review when convenient. Thanks!

sharvandeep avatar Nov 24 '25 08:11 sharvandeep