summary refs log tree commit diff stats
path: root/lib/packages/docutils/highlite.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-03-29 03:46:53 -0700
committerGitHub <noreply@github.com>2021-03-29 12:46:53 +0200
commit8b26b3ad0d6c9458ac31170a95d956347a55627e (patch)
treef0667791c205234e8a57407dc357c1e6adf3ea82 /lib/packages/docutils/highlite.nim
parent9e3960e83dea1b00fe670fc78e74cfd6fafd53b2 (diff)
downloadNim-8b26b3ad0d6c9458ac31170a95d956347a55627e.tar.gz
remove docutils.nimble (not a real nimble package, and affected canonical imports) (#17544)
* remove docutils.nimble (not a real nimble package, and affected canonical imports)

* cleanup redundant references
Diffstat (limited to 'lib/packages/docutils/highlite.nim')
-rw-r--r--lib/packages/docutils/highlite.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/packages/docutils/highlite.nim b/lib/packages/docutils/highlite.nim
index 8c91e0a8e..2655a7ea3 100644
--- a/lib/packages/docutils/highlite.nim
+++ b/lib/packages/docutils/highlite.nim
@@ -11,8 +11,6 @@
 ## Currently only few languages are supported, other languages may be added.
 ## The interface supports one language nested in another.
 ##
-## **Note:** Import `packages/docutils/highlite` to use this module
-##
 ## You can use this to build your own syntax highlighting, check this example:
 ##
 ## .. code::nim