Skip to content

Commit 7bf1d62

Browse files
algobytewisemertcandav
authored andcommitted
snake_case-fix
1 parent 4c6b92f commit 7bf1d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/mandelbrot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from PIL import Image # type: ignore
2222

2323

24-
def getDistance(x: float, y: float, max_step: int) -> float:
24+
def get_distance(x: float, y: float, max_step: int) -> float:
2525
"""
2626
Return the relative distance (= step/max_step) after which the complex number
2727
constituted by this x-y-pair diverges. Members of the Mandelbrot set do not

0 commit comments

Comments
 (0)