mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
Change stdlib imports to use std prefix in most examples (#17202)
This commit is contained in:
committed by
ringabout
parent
05f1ddc34c
commit
2834588250
@@ -37,7 +37,7 @@
|
||||
## ----------------------------------
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
## import db_odbc
|
||||
## import std/db_odbc
|
||||
## var db = open("localhost", "user", "password", "dbname")
|
||||
## db.close()
|
||||
##
|
||||
@@ -62,7 +62,7 @@
|
||||
##
|
||||
## .. code-block:: Nim
|
||||
##
|
||||
## import db_odbc, math
|
||||
## import std/[db_odbc, math]
|
||||
##
|
||||
## var theDb = open("localhost", "nim", "nim", "test")
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user