Skip to content

Commit 9f703c2

Browse files
Fix code reference formatting
1 parent bfd3fcb commit 9f703c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ Check `pytest.skip` in [`tests/test_lib.py`](https://github.com/urlpattern/pytho
130130

131131
In this library, some names such as `baseURL` and `hasRegExpGroups` do not use snake_case.
132132

133-
Like [xml.dom](https://docs.python.org/3/library/xml.dom.html), Python wrappers around web standards typically preserve the original camelCase rather than converting names to snake_case. This library follows that convention as well.
133+
Like [`xml.dom`](https://docs.python.org/3/library/xml.dom.html), Python wrappers around web standards typically preserve the original camelCase rather than converting names to snake_case. This library follows that convention as well.

0 commit comments

Comments
 (0)