mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 07:13:27 +00:00
Change stdlib imports to use std prefix in most examples (#17202)
This commit is contained in:
committed by
ringabout
parent
942694fd46
commit
ce00e9284f
@@ -31,7 +31,7 @@
|
||||
## ----------------------------------
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
## import db_mysql
|
||||
## import std/db_mysql
|
||||
## let db = open("localhost", "user", "password", "dbname")
|
||||
## db.close()
|
||||
##
|
||||
@@ -56,7 +56,7 @@
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
##
|
||||
## import db_mysql, math
|
||||
## import std/[db_mysql, math]
|
||||
##
|
||||
## let theDb = open("localhost", "nim", "nim", "test")
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user