We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e209331 commit 160131aCopy full SHA for 160131a
docs/example_usage.py
@@ -21,9 +21,9 @@
21
longitude = input('1. Enter the longitude of your city: ')
22
23
if longitude == '':
24
- print('\nUsing the default values: Country = France, State = Algiers')
25
- longitude = 0.1123912
26
- latitude = 45.6186566
+ print('\nUsing the default values: Country = France, State = Angouleme')
+ longitude = 0.1099341
+ latitude = 45.6458156
27
timezone = 2
28
fajr_isha_method = 6
29
asr_fiqh = 1
@@ -109,5 +109,5 @@ def tz(t):
109
test.add_relative('brother')
110
test.add_relative('maternal_brother', 3)
111
test.add_relative('son')
112
-test.calculte_mirath()
+test.calculate_mirath()
113
# test.display_shares()
0 commit comments