diff --git a/doc/lib.rst b/doc/lib.rst index 2872b60452..fdf2d0f56d 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -441,8 +441,7 @@ Miscellaneous browser. * `colors `_ - This module implements color handling for Nim. It is used by - the ``graphics`` module. + This module implements color handling for Nim. * `coro `_ This module implements experimental coroutines in Nim. diff --git a/lib/pure/colors.nim b/lib/pure/colors.nim index 159bc80237..5293a61429 100644 --- a/lib/pure/colors.nim +++ b/lib/pure/colors.nim @@ -6,8 +6,7 @@ # distribution, for details about the copyright. # -## This module implements color handling for Nim. It is used by -## the ``graphics`` module. +## This module implements color handling for Nim. import strutils from algorithm import binarySearch