Skip to content

Commit 862432c

Browse files
committed
Update README
1 parent 4c3f368 commit 862432c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better fo
77
[Recordsets](https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets) is a fundamental concept in Odoo.
88
A recordset is an ordered collection of records of the same model. Trying to read a field
99
on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
10-
non-collection object so the error will be raise when evaluating its attributes. This plugin helps
11-
PyDev.Debugger correctly evaluate an multiple ids recordset.
10+
non-collection object so the error will be raise when evaluating its fields. This plugin helps
11+
PyDev.Debugger correctly evaluate a multiple ids recordset.
1212

1313
## Installation
1414
Install this plugin to the python environment in which the debugger runs.

0 commit comments

Comments
 (0)