質問編集履歴

1

誤字

2019/02/24 14:16

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -62,9 +62,9 @@
62
62
 
63
63
 
64
64
 
65
- ```ここに言語を入力
66
65
 
66
+
67
- コード $ python Documents/scrape_re_py
67
+  $ python Documents/scrape_re_py
68
68
 
69
69
  Traceback (most recent call last):
70
70
 
@@ -76,7 +76,9 @@
76
76
 
77
77
  return _compile(pattern, flags).findall(string)
78
78
 
79
- TypeError: expected string or bytes-like object```
79
+ TypeError: expected string or bytes-like object
80
+
81
+ ```
80
82
 
81
83
 
82
84