-
Notifications
You must be signed in to change notification settings - Fork 0
Demo pull request #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: base-1
Are you sure you want to change the base?
Conversation
@@ -23,8 +23,7 @@ Just browse the files and make some changes. You can try to add new functions, f | |||
|
|||
## Known Issues | |||
|
|||
- Sometimes the notebook outputs are not shown in the diff. | |||
- There may be some spelling errors in the code and markdowns. | |||
- There may be some spelling errors in the code and markdown. | |||
- The code is not tested for all edge cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line too.
def modulus(a, b): | ||
return a % b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is modulus
used anywhere?
@@ -14,7 +14,7 @@ This is a demo repository to showcase the ability to diff different types of fil | |||
|
|||
## Example Files | |||
|
|||
- `code-example.py`: Contains basic math functions like add, substract, multiply, divide, and modulus. | |||
- `code-example.py`: Contains basic math functions like add, subtract, multiply, divide, and modulus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my test comment
Show the abilities of the app in a simple pull request with a variety of file types