Emphasize the file location.

This commit is contained in:
Anthony Tuininga 2018-09-13 13:36:35 -06:00
parent d9be1ec98e
commit 28d6166bb6

View File

@ -169,7 +169,7 @@ sqlplus sys/yoursyspassword@localhost/orclpdb as sysdba @sql/SetupSamples
<ul>
<li>
<h4>1.1 Review the connection credentials</h4>
<p>Review <code>db_config.py</code> and <code>db_config.sql</code>. These are included in other Python and SQL files in this tutorial:</p>
<p>Review <code>db_config.py</code> and <code>db_config.sql</code> in the <code>tutorial</code> directory. These are included in other Python and SQL files in this tutorial:</p>
<code>db_config.py</code>
<pre>
user = "pythonhol"