Skip to content

Commit 4e67789

Browse files
committed
small edit to gitignore
1 parent fa9e6bd commit 4e67789

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.ipynb_checkpoints
2-

wrangling/3-data-wrangling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
"building_footprints = building_footprints.reset_index(drop=True)\n",
12551255
"\n",
12561256
"rows, columns = building_footprints.shape\n",
1257-
"print('rows: {:,}, columns: {}'.format(rows, columns))\n",
1257+
"print('rows: {:,}\\ncolumns: {}'.format(rows, columns))\n",
12581258
"\n",
12591259
"building_footprints.head()"
12601260
]

0 commit comments

Comments
 (0)