Skip to content

Commit d57861c

Browse files
committed
Update the README.md file
1 parent 583d357 commit d57861c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyqt-calculator-tutorial/pycalc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyCalc
22

3-
PyCalc is a sample calculator implemented using Python 3, and with a [PyQt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/introduction.html) GUI. PyCalc implements the most basic math operations, that is, division, multiplication, addition, and subtraction.
3+
PyCalc is a sample calculator implemented using Python 3 and with a [PyQt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/introduction.html) GUI. PyCalc implements the most basic math operations, that is, division, multiplication, addition, and subtraction.
44

55
PyCalc is intended to be a demonstrative example on how you can implement a Python + PyQt5 GUI application using the Model-View-Controller (MVC) pattern.
66

@@ -40,7 +40,7 @@ After running this command, you'll see PyCalc running on your screen.
4040

4141
## How to Use PyCalc
4242

43-
To use PyCalc, you just need to enter a valid math expression using your mouse, and then press `Enter` or click on the `=` sign:
43+
To use PyCalc, you just need to enter a valid math expression using your mouse and then press `Enter` or click on the `=` sign:
4444

4545
![Screenshot](pycalc-howto.gif)
4646

0 commit comments

Comments
 (0)