snake_case-fix

This commit is contained in:
algobytewise 2021-02-23 18:04:42 +05:30 committed by Mertcan Davulcu
parent 4c6b92f30f
commit 7bf1d622ef

View File

@ -21,7 +21,7 @@ import colorsys
from PIL import Image # type: ignore from PIL import Image # type: ignore
def getDistance(x: float, y: float, max_step: int) -> float: def get_distance(x: float, y: float, max_step: int) -> float:
""" """
Return the relative distance (= step/max_step) after which the complex number Return the relative distance (= step/max_step) after which the complex number
constituted by this x-y-pair diverges. Members of the Mandelbrot set do not constituted by this x-y-pair diverges. Members of the Mandelbrot set do not