Skip to content

Commit c1e8390

Browse files
committed
fixed note
1 parent d24270f commit c1e8390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ sudoku_board = [
3131
]
3232
```
3333
> Note: Invalid shapes or values will raise an exception.
34+
>
3435
> Note: All functions are written defensively and will raise informative exceptions
3536
when invalid input is detected.
3637

3738
There are other Python packages that provide similar functionality. Here are some examples:
3839
- `sudoku_py`: https://github.com/aurbano/sudoku_py
3940
- `CodeWars-Python`: https://github.com/Peter-Liang/CodeWars-Python/blob/master/solutions/Validate_Sudoku_with_size_NxN.py
4041

41-
Note: this package is a work in progress and might contain example code that is not used in the final product.
42+
> Note: this package is a work in progress and might contain example code that is not used in the final product.
4243
4344
## Contributors
4445

0 commit comments

Comments
 (0)