Skip to content

docs: correct wording in container __str__ docs #19

docs: correct wording in container __str__ docs

docs: correct wording in container __str__ docs #19

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check code formatting
run: |
make lint