PyBC icon indicating copy to clipboard operation
PyBC copied to clipboard

inaccuracies in the documentation

Open alex37529 opened this issue 7 years ago • 0 comments

Hi in your doc can see

`from py3.Block import Dat

Specify .dat to load path = 'Blocks/' f = 'blk00003.dat' dat = Dat(path, f, verb=5)

Create Dat object dat = Dat(f, verb=5)`

But in py3 no module Block And in block.py no class Dat

alex37529 avatar Jan 19 '19 12:01 alex37529