Skip to content

Commit

Permalink
Fix typo in debugger help message and improve wording in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Jul 12, 2019
1 parent d3ff47b commit 95438d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/iafisher/hera-py/badge.svg?branch=master)](https://coveralls.io/github/iafisher/hera-py?branch=master)
[![PyPI](https://img.shields.io/pypi/v/hera-py.svg?label=version)](https://pypi.org/project/hera-py/)

A toolkit for the [Haverford Educational RISC Architecture](http://cs.haverford.edu/resources/hera) (HERA) assembly language. Includes an interpreter, a debugger, an assembler, and a disassembler.
A toolkit for the [Haverford Educational RISC Architecture](http://cs.haverford.edu/resources/hera) (HERA) assembly language, comprising an interpreter, a debugger, an assembler, and a disassembler.

## Installation
You can install hera-py with pip:
Expand Down
2 changes: 1 addition & 1 deletion hera/debugger/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def expand_flag(flag: str) -> str:

HELP = """\
Available commands:
asm <op> Show the binary machine code that the HERA operations
asm <op> Show the binary machine code that the HERA operation
assembles to.
assign <x> <y> Assign the value of y to x.
Expand Down

0 comments on commit 95438d4

Please sign in to comment.