Skip to content

Commit 3ca02da

Browse files
committed
fix: small comment and reformat fixes
1 parent 4eb50ac commit 3ca02da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pycustomrand/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Делает класс PseudoRandom доступным при импорте пакета
2-
# Пример: from chronorand import PseudoRandom
3-
from .random_generator import PseudoRandom
2+
# Пример: from pycustomrand import PseudoRandom
3+
from .random_generator import PseudoRandom

0 commit comments

Comments
 (0)