Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 8, 2020
1 parent e209331 commit 160131a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
8 changes: 4 additions & 4 deletions docs/example_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
longitude = input('1. Enter the longitude of your city: ')

if longitude == '':
print('\nUsing the default values: Country = France, State = Algiers')
longitude = 0.1123912
latitude = 45.6186566
print('\nUsing the default values: Country = France, State = Angouleme')
longitude = 0.1099341
latitude = 45.6458156
timezone = 2
fajr_isha_method = 6
asr_fiqh = 1
Expand Down Expand Up @@ -109,5 +109,5 @@ def tz(t):
test.add_relative('brother')
test.add_relative('maternal_brother', 3)
test.add_relative('son')
test.calculte_mirath()
test.calculate_mirath()
# test.display_shares()
Loading

0 comments on commit 160131a

Please sign in to comment.