-
Notifications
You must be signed in to change notification settings - Fork 6
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
describe lists as default values #36
Conversation
docs/base/functions.md
Outdated
print(fn_with_id([3])) | ||
print(fn_with_id()) | ||
``` | ||
|
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.
Между python и bash везде нужно убрать пустую строку
docs/base/functions.md
Outdated
print(fn_with_id()) | ||
``` | ||
|
||
``` |
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.
``` | |
```bash |
docs/base/functions.md
Outdated
print(fixed_fn([1])) | ||
print(fixed_fn()) | ||
``` | ||
|
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.
аналогично убрать пустую строку
docs/base/functions.md
Outdated
print(fixed_fn()) | ||
``` | ||
|
||
``` |
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.
``` | |
```bash |
docs/base/functions.md
Outdated
print(fn_with_set({3})) | ||
print(fn_with_set()) | ||
``` | ||
|
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.
убрать пустоту
docs/base/functions.md
Outdated
print(fn_with_set()) | ||
``` | ||
|
||
``` |
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.
``` | |
```bash |
Co-authored-by: Mark Baushenko <[email protected]>
Убрал лишние переносы строк, bash дописал везде в нужных местах, не только в указанных |
#35