Skip to content

Commit

Permalink
docs: Code format fix (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlock113 authored Aug 9, 2023
1 parent 43e1c85 commit dba1816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ create a BentoML Service. Run ``bentoml models list`` to view all available mode
Create a BentoML Service
------------------------

With a ready-to-use model, you define a BentoML Service by creating a ``service.py file`` as below. This is where the serving logic is defined.
With a ready-to-use model, you define a BentoML Service by creating a ``service.py`` file as below. This is where the serving logic is defined.

.. code-block:: python
:caption: `service.py`
Expand Down

0 comments on commit dba1816

Please sign in to comment.