Skip to content

Commit a6c2975

Browse files
Remove backticks suggested in review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 388b69f commit a6c2975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/_zstd/_zstdmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22
/*
3-
Low level interface to Meta's zstd library for use in the `zstd` Python library.
3+
Low level interface to Meta's zstd library for use in the zstd Python library.
44
55
Original implementation by Ma Lin with patches by Rogdham.
66

Modules/_zstd/zdict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Low level interface to Meta's zstd library for use in the `zstd` Python library.
2+
Low level interface to Meta's zstd library for use in the zstd Python library.
33
44
Original implementation by Ma Lin with patches by Rogdham.
55

0 commit comments

Comments
 (0)