From 476d677c6fe6c80802f8c798f89efb37ce859f8c Mon Sep 17 00:00:00 2001 From: Jjp137 Date: Sat, 26 Oct 2019 01:28:01 -0700 Subject: [PATCH] Remove sentences referring to the graphics module (#12522) (cherry picked from commit 3a62cf29d8312375e94524f67dcd4125da994af7) --- doc/lib.rst | 3 +-- lib/pure/colors.nim | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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