Skip to content

Commit 4237c2c

Browse files
committed
Add proper backtick quotes around literals
1 parent 6f9fb26 commit 4237c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ Pass custom defined media type deserializers dictionary with supported mimetypes
180180
Formats
181181
*******
182182

183-
OpenAPI defines a `format` keyword that hints at how a value should be interpreted, e.g. a `string` with the type `date` should conform to the RFC 3339 date format.
183+
OpenAPI defines a ``format`` keyword that hints at how a value should be interpreted, e.g. a ``string`` with the type ``date`` should conform to the RFC 3339 date format.
184184

185185
Openapi-core comes with a set of built-in formatters, but it's also possible to add support for custom formatters for `RequestValidator` and `ResponseValidator`.
186186

187-
Here's how could add support for a `usdate` format that handles dates of the form MM/DD/YYYY:
187+
Here's how could add support for a ``usdate`` format that handles dates of the form MM/DD/YYYY:
188188

189189
.. code-block:: python
190190

0 commit comments

Comments
 (0)