Skip to content

Commit cafc9db

Browse files
committed
Tiny detail uppercase Python
1 parent f12c82c commit cafc9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Component:
3535
3636
self['data'] = lambda: {
3737
'name': 'Nuxt.js + Python',
38-
'description': 'Build Nuxt.js applications using python!'
38+
'description': 'Build Nuxt.js applications using Python!'
3939
}
4040
4141
self['methods'] = {

0 commit comments

Comments
 (0)