Skip to content

Commit

Permalink
fix(doc): spj_continuity.sph --> spj_continuity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Feb 1, 2022
1 parent 1bfca83 commit 0599757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/advanced_usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Continuity Special Judge
Sometimes, we need to use special judge not only for predicating \
the correctness of output result, but the quality of result as well. \
So we can return a tuple of values which represent correctness and \
score to do this. Like the following code which is named ``spj_continuity.spj``.
score to do this. Like the following code which is named ``spj_continuity.py``.

.. literalinclude:: spj_continuity.py
:language: python
Expand Down

0 comments on commit 0599757

Please sign in to comment.