Skip to content

Commit fe43745

Browse files
AkhilYadavPadalasarayusreeyadavpadalatianyizheng02
authored andcommitted
seperation between description and docstrings (TheAlgorithms#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>
1 parent 254648a commit fe43745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maths/factorial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Factorial of a positive integer -- https://en.wikipedia.org/wiki/Factorial
1+
"""
2+
Factorial of a positive integer -- https://en.wikipedia.org/wiki/Factorial
23
"""
34

45

0 commit comments

Comments
 (0)