Skip to content

Commit dd97c21

Browse files
authored
Added documentation examples for trailing-comma-tuple. (#6716)
1 parent 9b80539 commit dd97c21

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COMPASS = "north", "south", "east", "west", # [trailing-comma-tuple]

doc/data/messages/t/trailing-comma-tuple/details.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# This is a placeholder for correct code for this message.
1+
COMPASS = ("north", "south", "east", "west")

0 commit comments

Comments
 (0)