Skip to content

Commit d7bacaa

Browse files
author
rivern yuan
committed
错误修订-en
1 parent c7c77dd commit d7bacaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Call this API to activating the PDP Context.
6464

6565
| Parameter | Type | Description |
6666
| ---------- | ------ | ------------------------------------------------------------ |
67-
| profileIdx | int | PDP context index. Range: 1-8 [volte version with the largest default PID is used to register IMS, please do not repeat the operation]. It is generally set to 1, if set as 2-8, the private APN and password may be required. |
67+
| profileIdx | int | PDP context index. Range: 1 - 8 [volte version with the largest default PID is used to register IMS, please do not repeat the operation]. It is generally set to 1, if set as 2 - 8, the private APN and password may be required. |
6868
| ipType | int | IP type. 0-IPV4, 1-IPV6, 2-IPV4 and IPV6. |
6969
| apn | string | Optional. APN name. The maximum length is 63 bytes. |
7070
| username | string | Optional. APN user name. The maximum length is 15 bytes. |

en-us/api/QuecPythonThirdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ It is used for message subscription, publishing, broadcasting, multithreading, e
20252025

20262026
> **import sys_bus**
20272027
>
2028-
> **sys_bus.subscibe(topic, handler)**
2028+
> **sys_bus.subscribe(topic, handler)**
20292029
20302030
- Parameter
20312031

0 commit comments

Comments
 (0)