diff --git a/examples/prism-python.html b/examples/prism-python.html index 3309732bda..ca7a397e99 100644 --- a/examples/prism-python.html +++ b/examples/prism-python.html @@ -58,7 +58,7 @@
def antique(string):
+def antique(string):
"""Replace anachronistic Latin "j" with "i"."""
return string.replace("j", "i").replace("J", "I")