Skip to content

Commit 9c37174

Browse files
committed
Fix the ghost backtick.
1 parent 3a69182 commit 9c37174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can determine your currently installed version using `pip freeze`:
4747
* More helpful error message when the default Serializer `create()` fails. ([#2013][gh2013])
4848
* Raise error when attempting to save serializer if data is not valid. ([#2098][gh2098])
4949
* Fix `FileUploadParser` breaks with empty file names and multiple upload handlers. ([#2109][gh2109])
50-
* Improve BindingDict` to support standard dict-functions. ([#2135][gh2135], [#2163][gh2163])
50+
* Improve `BindingDict` to support standard dict-functions. ([#2135][gh2135], [#2163][gh2163])
5151
* Add `validate()` to `ListSerializer`. ([#2168][gh2168], [#2225][gh2225], [#2232][gh2232])
5252
* Fix JSONP renderer failing to escape some characters. ([#2169][gh2169], [#2195][gh2195])
5353
* Add missing default style for `FileField`. ([#2172][gh2172])

0 commit comments

Comments
 (0)