Tiny doc bug: incorrect arg shown to dev_tools/modules.py in dev/modules.md #5637
Labels
good first issue
This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.
kind/bug-report
Something doesn't seem to work.
Description of the issue
In the Cirq modules documentation, at the bottom, the command line to list modules is given as
but in fact, attempting to use
--list
will result in an error, because the argument should actually belist
(without the dashes).How to reproduce the issue
In a shell, with the current directory being the top of the Cirq repo, running
python dev_tools/modules.py --list
results in the following error:Cirq version
0.15.0.dev
The text was updated successfully, but these errors were encountered: