summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/network.PPP.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/library/network.PPP.rst b/docs/library/network.PPP.rst
index 85f580ce5..17a8d1c1c 100644
--- a/docs/library/network.PPP.rst
+++ b/docs/library/network.PPP.rst
@@ -70,8 +70,11 @@ Methods
.. method:: PPP.config(config_parameters)
- 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)
.. method:: PPP.ipconfig('param')
PPP.ipconfig(param=value, ...)