Skip to content

Commit 8a0441b

Browse files
Snooz82asimell
andauthored
Update website/docs/chapter-02/05_keyword_interface.md
Co-authored-by: Aleksi Simell <[email protected]>
1 parent f2f6f3d commit 8a0441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/chapter-02/05_keyword_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Another important information is if an argument is mandatory or optional.
125125
See the next two sections for more information about these two kinds of arguments.
126126

127127
The most arguments can either be set by their position or by their name.
128-
But there some kind of keywords that can only be set positional, like **Variable Number of Positional Arguments**, or only be set named, like **Named-Only Arguments** or **Free Named Arguments**.
128+
But there are some kinds of arguments that can only be set positional, like **Variable Number of Positional Arguments**, or only be set named, like **Named-Only Arguments** or **Free Named Arguments**.
129129

130130
The order is as follows:
131131
1. **Positional or Named Arguments** (can be mandatory or optional)

0 commit comments

Comments
 (0)