Skip to content

Commit 3691cf2

Browse files
authored
📚 DOCS: Add bash prefix to regex (#95)
1 parent d3fb3a4 commit 3691cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ For example this documentation uses the following configuration:
167167

168168
.. code-block:: python
169169
170-
copybutton_prompt_text = r">>> |\.\.\. |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
170+
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
171171
copybutton_prompt_is_regexp = True
172172
173173
Which matches the following prompts and their continuations if they exist:

0 commit comments

Comments
 (0)