mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
python:samba:netcmd: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
de2c4879ce
commit
e046986d04
@ -151,7 +151,7 @@ class GraphCommand(Command):
|
||||
|
||||
def calc_distance_color_scheme(self, color_scheme, output):
|
||||
"""Heuristics to work out the colour scheme for distance matrices.
|
||||
Returning None means no colour, otherwise it sould be a colour
|
||||
Returning None means no colour, otherwise it should be a colour
|
||||
from graph.COLOUR_SETS"""
|
||||
if color_scheme is not None:
|
||||
# --color-scheme implies --color=yes for *this* purpose.
|
||||
|
Reference in New Issue
Block a user