-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
We have a number of Python code snippets that include a docstring where each new line starts with *. I think "canonical" Python formatting would tell us to use a one-line triple-quoted description.
So this:
"""
* Python libraries for learning and performing image processing.
*
"""
import numpy as np
import matplotlib.pyplot as plt
import ipympl
import imageio.v3 as iio
import skimageWould become this:
"""Python libraries for learning and performing image processing."""
import numpy as np
import matplotlib.pyplot as plt
import ipympl
import imageio.v3 as iio
import skimageThoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels