Skip to content

Commit ad4d023

Browse files
authored
fix italics displayed on staging
1 parent 560fcc2 commit ad4d023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-graph-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Now let's switch to working with code. Let's clone a Gremlin API app from GitHub
6666

6767
## Review the code
6868

69-
This step is optional. If you're interested in learning how the database resources are created in the code, you can review the following snippets. The snippets are all taken from the *connect.py* file in the *C:\git-samples\azure-cosmos-db-graph-python-getting-started\* folder. Otherwise, you can skip ahead to [Update your connection string](#update-your-connection-information).
69+
This step is optional. If you're interested in learning how the database resources are created in the code, you can review the following snippets. The snippets are all taken from the *connect.py* file in the *C:\git-samples\azure-cosmos-db-graph-python-getting-started\\* folder. Otherwise, you can skip ahead to [Update your connection string](#update-your-connection-information).
7070
7171
* The Gremlin `client` is initialized in line 104 in *connect.py*:
7272

0 commit comments

Comments
 (0)