Skip to content

Commit db1f0a3

Browse files
committed
replaced single backtick with double
1 parent 2762dd3 commit db1f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ lower case are actual fixed names):
11121112
``pyscript/scripts/DIR1/DIR2/FILE.py`` ``scripts.DIR1.DIR2.FILE``
11131113
======================================= ===========================
11141114

1115-
Note that if the package form of an app or module (`pyscript/apps/APP/__init__.py`` or
1115+
Note that if the package form of an app or module (``pyscript/apps/APP/__init__.py`` or
11161116
``pyscript/modules/MODULE/__init__.py``) exists, the module form (``pyscript/apps/APP.py``
11171117
or ``pyscript/modules/MODULE.py``) is ignored.
11181118

0 commit comments

Comments
 (0)