Skip to content

Commit

Permalink
Updated more language
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-ds authored Oct 24, 2023
1 parent ab6ae34 commit 326fd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"\n",
"### Data in Memory\n",
"\n",
"In the previous lessons, we have mainly emphasized working with Python variables *in memory*. When something is in memory, that means that it can be easily modified and that it no longer exists once the software using it (in this case, a Python kernel) stops running.\n",
"When something is in memory, that means that it can be easily modified and that it no longer exists once the software using it (in this case, a Python kernel) stops running.\n",
"\n",
"For example, take this code snippet:"
]
Expand Down Expand Up @@ -180,7 +180,7 @@
"\n",
"In contrast to data in memory, files *on disk* are stored more permanently.\n",
"\n",
"As we have seen previously, we can view a list of files in the current directory using the bash command `ls`:"
"We can view a list of files in the current directory using the bash command `ls`:"
]
},
{
Expand Down

0 comments on commit 326fd56

Please sign in to comment.