Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 703eb88

Browse files
committed
Fixed list
1 parent 252ffe7 commit 703eb88

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

contributing/code/conventions.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Method Names
1313
When an object has a "main" many relation with related "things"
1414
(objects, parameters, ...), the method names are normalized:
1515

16-
* ``get()``
17-
* ``set()``
18-
* ``has()``
19-
* ``all()``
20-
* ``replace()``
21-
* ``remove()``
22-
* ``clear()``
23-
* ``isEmpty()``
24-
* ``add()``
25-
* ``register()``
26-
* ``count()``
27-
* ``keys()``
16+
* ``get()``
17+
* ``set()``
18+
* ``has()``
19+
* ``all()``
20+
* ``replace()``
21+
* ``remove()``
22+
* ``clear()``
23+
* ``isEmpty()``
24+
* ``add()``
25+
* ``register()``
26+
* ``count()``
27+
* ``keys()``
2828

2929
The usage of these methods are only allowed when it is clear that there
3030
is a main relation:

0 commit comments

Comments
 (0)