Skip to content

Commit 160131a

Browse files
committed
Correct a typo
1 parent e209331 commit 160131a

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

docs/example_usage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
longitude = input('1. Enter the longitude of your city: ')
2222

2323
if longitude == '':
24-
print('\nUsing the default values: Country = France, State = Algiers')
25-
longitude = 0.1123912
26-
latitude = 45.6186566
24+
print('\nUsing the default values: Country = France, State = Angouleme')
25+
longitude = 0.1099341
26+
latitude = 45.6458156
2727
timezone = 2
2828
fajr_isha_method = 6
2929
asr_fiqh = 1
@@ -109,5 +109,5 @@ def tz(t):
109109
test.add_relative('brother')
110110
test.add_relative('maternal_brother', 3)
111111
test.add_relative('son')
112-
test.calculte_mirath()
112+
test.calculate_mirath()
113113
# test.display_shares()

0 commit comments

Comments
 (0)