pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

syntax error with match-case function

Open rqm243 opened this issue 2 years ago • 0 comments

Hi trying to run pdoc for a module but keeps coming up with a syntax error.

The command used to run pdoc:

pdoc {PKG_name} --html --output-dir public --config "syntax_highlighting=False"  

This generates an error:

    match num:
          ^
SyntaxError: invalid syntax
  • pdoc version: 0.10.0

rqm243 avatar Jul 25 '23 11:07 rqm243