Skip to content

Fix two typos in emu/containers/docker_container.py#399

Merged
jpcottin merged 1 commit into
google:masterfrom
jpcottin:fix/typos-from-pr350
May 15, 2026
Merged

Fix two typos in emu/containers/docker_container.py#399
jpcottin merged 1 commit into
google:masterfrom
jpcottin:fix/typos-from-pr350

Conversation

@jpcottin
Copy link
Copy Markdown
Collaborator

Two trivial typo fixes in emu/containers/docker_container.py:

  • launch() docstring: abdadb (also include the port number for parity with the gRPC on port 8554 half of the sentence).
  • available() log message: avaliableavailable.

Originally proposed by @binderjens in #350. The README half of that PR was already addressed by #390 (danishprakash), so cherry-picking just the two typos here. Closing #350 once this lands.

Test plan

  • No behavior change beyond the log-message string and a docstring update.
  • All 35 tests under tests/ (excluding e2e) still pass.

- launch() docstring: "abd" -> "adb"; also include the port number for parity
  with the existing "gRPC on port 8554" half of the sentence.
- available() log message: "avaliable" -> "available".

These were originally proposed by @binderjens in google#350; that PR also did README
updates that have since been done by google#390.

Co-Authored-By: Jens Binder <binderjens@gmail.com>
@jpcottin jpcottin merged commit 97e8f45 into google:master May 15, 2026
@jpcottin jpcottin mentioned this pull request May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant