Skip to content

Commit dc5face

Browse files
authored
Update README.md
1 parent c905e38 commit dc5face

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python friendly error messages
1+
# Python Friendly Error Messages
22

33
- [ ] Ensure all strings in `src/` are localised
44
- [ ] Consider renaming `explain()` to something like `friendlyExplain()`?
@@ -10,11 +10,10 @@ It can be used in browser-based editors (like RPF's [Code Editor web component](
1010

1111
## Features
1212

13-
- Parses and normalizes errors from Skulpt or Pyodide (via adapters)
13+
- Parses and normalises errors from Skulpt or Pyodide (via adapters)
1414
- Matches errors against a copydeck (JSON rules and templates)
1515
- Copydeck-based explanations can be localised
16-
- Returns structured explanations or ready-made HTML snippets
17-
- Designed for both integration into browser editors and standalone tools
16+
- Returns structured explanations as well as ready-made HTML snippets
1817

1918
## Usage
2019

0 commit comments

Comments
 (0)