Skip to content

Commit 5efa47d

Browse files
authored
FIX: even better indent title
1 parent d883f97 commit 5efa47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For Python files, add a `shebang` to the first line of the file to specify the i
8989
> [!TIP]
9090
> If you want your script-sync VSCode extension to automatically update, you should thick the autoinstall box in the vscode extension page.
9191
92-
> [!WARNING]
92+
> [!CAUTION]
9393
> If you use modules like `pickle` to (de)serialize objects script-sync might causes problems because we reload all the modules at every file save. This can interfere with `pickle` thinking that a class is instanciated multiple times.
9494
9595
## Requirements

0 commit comments

Comments
 (0)