Skip to content

Commit bd8691f

Browse files
committed
Consistency with quotes
1 parent 7aad6df commit bd8691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brython/zero_install/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script type="text/python">
99
import browser
1010
print("Before Alert")
11-
browser.alert('Hello Real Python!')
11+
browser.alert("Hello Real Python!"")
1212
browser.console.log("After Alert")
1313
</script>
1414
</body>

0 commit comments

Comments
 (0)