Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72bf504

Browse files
author
Carlos
committed
chore: update contributors and changelog
1 parent13b093f commit72bf504

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎src/pages/changelog.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Changelog
1111

1212
##2023-06-11
1313

14+
- Added examples for built-in`format`,`issubclass`,`locals`,`pow`,`range`,`vars`. Thanks[@vaibhavb02](https://github.com/vaibhavb02)
15+
- Upgraded dependencies to the latest version.
16+
17+
##2023-06-11
18+
1419
- Fixed a typo in Sets. Thanks[@alvyynm](https://github.com/alvyynm) ([#252](https://github.com/wilfredinni/python-cheatsheet/pull/252))
1520
- Upgraded dependencies to the latest version.
1621

‎src/store/navigation.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const useNavigationStore = defineStore('navigation', {
2929
{
3030
name:'Built-in functions',
3131
path:'/cheatsheet/built-in-functions',
32-
updated:false,
32+
updated:true,
3333
},
3434
{
3535
name:'Control flow',
@@ -55,7 +55,7 @@ export const useNavigationStore = defineStore('navigation', {
5555
{
5656
name:'Sets',
5757
path:'/cheatsheet/sets',
58-
updated:true,
58+
updated:false,
5959
},
6060
{
6161
name:'Comprehensions',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp