Le docstring ou la docstring ? #72

Open
opened 2023-02-17 12:09:30 +00:00 by mdk · 2 comments
Owner
$ git grep ' le .docstring' | wc -l
1
$ git grep ' la .docstring' | wc -l
20
``` $ git grep ' le .docstring' | wc -l 1 $ git grep ' la .docstring' | wc -l 20 ```
Collaborator

oui mais ton sondage est un peu biaisé :

$ pogrep --blame  -r 'la .docstring.' | grep -e 'Palard.*la .docstring' | wc -l
13
oui mais ton sondage est un peu biaisé : ``` $ pogrep --blame -r 'la .docstring.' | grep -e 'Palard.*la .docstring' | wc -l 13 ```
Collaborator

et pour la locution chaine de documentation :

$ pogrep --blame  -r 'cha.ne de doc.' | grep -e 'cha.ne de doc' | wc -l
7

utilisée par mdk dans tutorial/controlflow.

et pour la locution *chaine de documentation* : ``` $ pogrep --blame -r 'cha.ne de doc.' | grep -e 'cha.ne de doc' | wc -l 7 ``` utilisée par mdk dans tutorial/controlflow.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/python-docs-fr#72
No description provided.