summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/intern.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/intern.rst b/doc/intern.rst
index a8846ae02..4ca7eff20 100644
--- a/doc/intern.rst
+++ b/doc/intern.rst
@@ -186,6 +186,7 @@ Coding Guidelines
 * Use a space after a colon, but not before it.
 * [deprecated] Start types with a capital `T`, unless they are
   pointers/references which start with `P`.
+* Prefer `import package`:nim: over `from package import symbol`:nim:.
 
 See also the `API naming design <apis.html>`_ document.