Skip to content

Fix a few links that referred to the wrong lines of code #1359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.5.1 (November TBD, 2024)
# 2.5.1 (November 2, 2024)
* Bug Fixes
* Fixed readline bug when using `ipy` command with `gnureadline` and Python 3.13

Expand Down
6 changes: 3 additions & 3 deletions docs/features/prompt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ attribute. This contains the string which should be printed as a prompt
for user input. See the Pirate_ example for the simple use case of statically
setting the prompt.

.. _Pirate: https://github.com/python-cmd2/cmd2/blob/master/examples/pirate.py#L33
.. _Pirate: https://github.com/python-cmd2/cmd2/blob/master/examples/pirate.py#L39

Continuation Prompt
-------------------
Expand All @@ -24,7 +24,7 @@ subsequent lines of input is defined by the
:attr:`cmd2.Cmd.continuation_prompt` attribute.See the Initialization_ example
for a demonstration of customizing the continuation prompt.

.. _Initialization: https://github.com/python-cmd2/cmd2/blob/master/examples/initialization.py#L33
.. _Initialization: https://github.com/python-cmd2/cmd2/blob/master/examples/initialization.py#L42

Updating the prompt
-------------------
Expand All @@ -34,7 +34,7 @@ the :ref:`Application Lifecycle Hooks <features/hooks:Hooks>` such as a
:ref:`Postcommand hook <features/hooks:Postcommand Hooks>`. See
PythonScripting_ for an example of dynamically updating the prompt.

.. _PythonScripting: https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py#L34-L48
.. _PythonScripting: https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py#L38-L55

Asynchronous Feedback
---------------------
Expand Down
Loading