Skip to content

Commit

Permalink
Update docstubs stubs for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Nov 13, 2024
1 parent fd24c80 commit 160c305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stubs/micropython-v1_25_0_preview-docstubs/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_25_0_preview",
"nodename": "micropython",
"version": "v1.25.0-preview",
"release": "v1.25.0-preview-25-g3844733d6",
"release": "v1.25.0-preview-33-g611d8f9ce",
"sysname": "micropython"
},
"stubber": {
Expand Down
7 changes: 5 additions & 2 deletions stubs/micropython-v1_25_0_preview-docstubs/network.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,11 @@ class PPP:

def config(self, config_parameters) -> Incomplete:
"""
Sets or gets parameters of the PPP interface. There are currently no parameter that
can be set or retrieved.
Sets or gets parameters of the PPP interface. The only parameter that can be
retrieved and set is the underlying stream, using::
stream = PPP.config("stream")
PPP.config(stream=stream)
"""
...

Expand Down

0 comments on commit 160c305

Please sign in to comment.