diff --git a/Programs/P04_Factorial.py b/Programs/P04_Factorial.py index fb29789..1fb14dc 100644 --- a/Programs/P04_Factorial.py +++ b/Programs/P04_Factorial.py @@ -1,5 +1,5 @@ #Author: OMKAR PATHAK -#This program finds the favtorial of the specified numbers +#This program finds the factorial of the specified numbers #For example, factorial of 5 = 5*4*3*2*1 = 120 def factorial(number):