Skip to content

Commit ddd5236

Browse files
Ken KundertKen Kundert
authored andcommitted
nit
1 parent 712c6de commit ddd5236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inform/inform.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,10 +1307,10 @@ class plural:
13071307
The format string has one to four sections separated by '/' with the various
13081308
section being included in the output depending on the count.
13091309
1310-
ALWAYS
1311-
ALWAYS/MANY
1312-
ALWAYS/ONE/MANY
1313-
ALWAYS/ONE/MANY/NONE
1310+
| ALWAYS
1311+
| ALWAYS/MANY
1312+
| ALWAYS/ONE/MANY
1313+
| ALWAYS/ONE/MANY/NONE
13141314
13151315
The first section, ALWAYS, is always included, the rest are appended to
13161316
ALWAYS as appropriate based on the count. If no other sections are given,

0 commit comments

Comments
 (0)