mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
seperation between description and docstrings (#9687)
* seperation between description and docstrings * Update maths/factorial.py --------- Co-authored-by: sarayu sree <sarayusreeyadavpadala@gmail.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
parent
1b4c4e7db2
commit
9c02f1220e
|
@ -1,4 +1,5 @@
|
|||
"""Factorial of a positive integer -- https://en.wikipedia.org/wiki/Factorial
|
||||
"""
|
||||
Factorial of a positive integer -- https://en.wikipedia.org/wiki/Factorial
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user