Skip to content

Commit 4d4ae82

Browse files
author
Olivier Ricou
committed
correction de pop -> population
1 parent 5ae97dc commit 4d4ae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def init():
250250
def display_page(pathname):
251251
if pathname == '/energies':
252252
return nrg.main_layout
253-
elif pathname == '/pop':
253+
elif pathname == '/population':
254254
return pop.main_layout
255255
elif pathname == '/deces':
256256
return dec.main_layout

0 commit comments

Comments
 (0)