Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dev/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ That's it! Now, you can follow the [Serialization guide](/cirq/dev/serialization
To iterate through modules, you can list them by invoking `dev_tools/modules.py`.

```bash
python dev_tools/modules.py --list
python dev_tools/modules.py list
```

There are different modes of listing (e.g the folder, package-path, top level package),
you can refer to `python dev_tools/modules.py --list --help` for the most up to date features.
you can refer to `python dev_tools/modules.py list --help` for the most up to date features.