Skip to content

Commit 0aa40bf

Browse files
update to internal commit ff342fae
1 parent 1a18969 commit 0aa40bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/python/api-reference/code-parser-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `CodeParserModule` class defines general functions in the code parser module
1616

1717

1818
```python
19-
class CodeParserModule(object)
19+
class CodeParserModule
2020
```
2121

2222
## Methods

programming/python/api-reference/parsed-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `ParsedResult` class represents the results of a code parser process.
1515
*Module:* dynamsoft_code_parser
1616

1717
```python
18-
class ParsedResult(object)
18+
class ParsedResult
1919
```
2020

2121
## Methods

0 commit comments

Comments
 (0)