Skip to content

Commit dc33f98

Browse files
autosummary: add 'vs.' to the well-known abbreviations (#13591)
1 parent 3601161 commit dc33f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/ext/autosummary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
periods_re = re.compile(r'\.(?:\s+)')
108108
literal_re = re.compile(r'::\s*$')
109109

110-
WELL_KNOWN_ABBREVIATIONS = ('et al.', 'e.g.', 'i.e.')
110+
WELL_KNOWN_ABBREVIATIONS = ('et al.', 'e.g.', 'i.e.', 'vs.')
111111

112112

113113
# -- autosummary_toc node ------------------------------------------------------

0 commit comments

Comments
 (0)