Remove sentences referring to the graphics module (#12522)

This commit is contained in:
Jjp137
2019-10-26 01:28:01 -07:00
committed by Varriount
parent 60ff41a8da
commit 3a62cf29d8
2 changed files with 2 additions and 4 deletions

View File

@@ -441,8 +441,7 @@ Miscellaneous
browser.
* `colors <colors.html>`_
This module implements color handling for Nim. It is used by
the ``graphics`` module.
This module implements color handling for Nim.
* `coro <coro.html>`_
This module implements experimental coroutines in Nim.

View File

@@ -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